#F24362

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

Shades of Radical Red #F24362

Tints of Radical Red #F24362

Color information

#F24362 (or 0xF24362) is unknown color: approx Radical Red. HEX triplet: F2, 43 and 62. RGB value is (242,67,98). Sum of RGB (Red+Green+Blue) = 242+67+98=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F24362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24362 is #0DBC9D. Grayscale: #7A7A7A. Windows color (decimal): -900254 or 6439922. OLE color: 6439922.

HSL color Cylindrical-coordinate representation of color #F24362: hue angle of 349.37º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F24362 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB2426798-
CMYK00.720.600.05
HSL349.37º87.06%60.59%-
HSV(B)349.37º72.31%94.9%-
XYZ40.8323.7713.99-
YUV122.86113.98212.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.46%
GREEN value IS 67 (26.56% from 255) = 16.46%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=59.46%
G=16.46%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242679800.720.600.05349.3787.0660.59
HexF243620483C515d573d
Octal362103142011074553512775
Binary1111001010000111100010010010001111001011010111011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24362; }

 p { color: rgb(242,67,98); }

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

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

 a { background-color: rgb(242,67,98); }

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

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

 span { border-color: rgb(242,67,98); }

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