#F24A5F

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

Shades of Radical Red #F24A5F

Tints of Radical Red #F24A5F

Color information

#F24A5F (or 0xF24A5F) is unknown color: approx Radical Red. HEX triplet: F2, 4A and 5F. RGB value is (242,74,95). Sum of RGB (Red+Green+Blue) = 242+74+95=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24A5F is #0DB5A0. Grayscale: #7E7E7E. Windows color (decimal): -898465 or 6245106. OLE color: 6245106.

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

Color convert

RGB2427495-
CMYK00.690.610.05
HSL352.5º86.6%61.96%-
HSV(B)352.5º69.42%94.9%-
XYZ41.1324.613.41-
YUV126.63110.16210.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.88%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 95 (37.5% from 255) = 23.11%
R=58.88%
G=18.00%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242749500.690.610.05352.586.661.96
HexF24A5F0453D5160573e
Octal362112137010575554012776
Binary1111001010010101011111010001011111011011011000001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24A5F; }

 p { color: rgb(242,74,95); }

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

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

 a { background-color: rgb(242,74,95); }

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

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

 span { border-color: rgb(242,74,95); }

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