#F24968

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

Shades of Radical Red #F24968

Tints of Radical Red #F24968

Color information

#F24968 (or 0xF24968) is unknown color: approx Radical Red. HEX triplet: F2, 49 and 68. RGB value is (242,73,104). Sum of RGB (Red+Green+Blue) = 242+73+104=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F24968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24968 is #0DB697. Grayscale: #7F7F7F. Windows color (decimal): -898712 or 6834674. OLE color: 6834674.

HSL color Cylindrical-coordinate representation of color #F24968: hue angle of 348.99º 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 #F24968 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB24273104-
CMYK00.700.570.05
HSL348.99º86.67%61.76%-
HSV(B)348.99º69.83%94.9%-
XYZ41.524.6415.67-
YUV127.06114.99209.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.76%
GREEN value IS 73 (28.91% from 255) = 17.42%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=57.76%
G=17.42%
B=24.82%

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
Decimal2427310400.700.570.05348.9986.6761.76
HexF2496804639515d573e
Octal362111150010671553512776
Binary1111001010010011101000010001101110011011010111011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24968; }

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

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

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

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

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

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

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

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