#F24868

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

Shades of Radical Red #F24868

Tints of Radical Red #F24868

Color information

#F24868 (or 0xF24868) is unknown color: approx Radical Red. HEX triplet: F2, 48 and 68. RGB value is (242,72,104). Sum of RGB (Red+Green+Blue) = 242+72+104=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F24868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24868 is #0DB797. Grayscale: #7E7E7E. Windows color (decimal): -898968 or 6834418. OLE color: 6834418.

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

Color convert

RGB24272104-
CMYK00.700.570.05
HSL348.71º86.73%61.57%-
HSV(B)348.71º70.25%94.9%-
XYZ41.4324.5115.64-
YUV126.48115.32210.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.89%
GREEN value IS 72 (28.52% from 255) = 17.22%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=57.89%
G=17.22%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427210400.700.570.05348.7186.7361.57
HexF2486804639515d573e
Octal362110150010671553512776
Binary1111001010010001101000010001101110011011010111011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24868; }

 p { color: rgb(242,72,104); }

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

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

 a { background-color: rgb(242,72,104); }

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

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

 span { border-color: rgb(242,72,104); }

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