#F42C5B

Color #F42C5B Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F42C5B

Tints of Radical Red #F42C5B

Color information

#F42C5B (or 0xF42C5B) is unknown color: approx Radical Red. HEX triplet: F4, 2C and 5B. RGB value is (244,44,91). Sum of RGB (Red+Green+Blue) = 244+44+91=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F42C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42C5B is #0BD3A4. Grayscale: #6D6D6D. Windows color (decimal): -775077 or 5975284. OLE color: 5975284.

HSL color Cylindrical-coordinate representation of color #F42C5B: hue angle of 345.9º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42C5B is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB2444491-
CMYK00.820.630.04
HSL345.9º90.09%56.47%-
HSV(B)345.9º81.97%95.69%-
XYZ40.121.7911.99-
YUV109.16117.76224.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 64.38%
GREEN value IS 44 (17.58% from 255) = 11.61%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=64.38%
G=11.61%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244449100.820.630.04345.990.0956.47
HexF42C5B0523F415a5a38
Octal36454133012277453213270
Binary111101001011001011011010100101111111001010110101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42C5B; }

 p { color: rgb(244,44,91); }

 H1.HeaderClassName
 {
   color: #F42C5B;
 }
 .AnyTagClassName
 {
   color: #F42C5B;
 }
</style>
background-color css

<style>
 a { background-color: #F42C5B; }

 a { background-color: rgb(244,44,91); }

 div.DivClassName
 {
   background-color: #F42C5B;
 }
 .BgClassName
 {
   background-color: #F42C5B;
 }
</style>
border-color css

<style>
 span { border-color: #F42C5B; }

 span { border-color: rgb(244,44,91); }

 td.TdClassName
 {
   border-color: #F42C5B;
 }
 .TagClassName
 {
   border-color: #F42C5B;
 }
</style>