Html Css Color HEX #F24460 Radical Red

📋 copy color: '#F24460'

red 242 ◦ green 68 ◦ blue 96

#F24460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #F24460

Tints of Radical Red #F24460

RGB

 RED value IS 242 (94.92% from 255) = 59.61%

 GREEN value IS 68 (26.95% from 255) = 16.75%

 BLUE value IS 96 (37.89% from 255) = 23.65%

R = 59.61%
G = 16.75%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F24460 (or 0xF24460) is known color: Radical Red. HEX triplet: F2, 44 and 60. RGB value is (242,68,96). Sum of RGB (Red+Green+Blue) = 242+68+96=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F24460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24460 is #0DBB9F. Grayscale: #7B7B7B. Windows color (decimal): -900000 or 6309106. OLE color: 6309106.

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

Color convert

RGB 242 68 96 -
CMYK 0 0.72 0.60 0.05
HSL 350.34º 0.87% 0.61% -
HSV(B) 350.34º 0.72% 0.95% -
XYZ 40.8 23.86 13.52 -
YUV 123.22 112.65 212.72 -
System Red Green Blue C M Y K H S L
Decimal 242 68 96 0 0.72 0.60 0.05 350.34 0.87 0.61
Hex F2 44 60 0 48 3C 5 15E 57 3D
Octal 362 104 140 0 110 74 5 536 127 75
Binary 11110010 1000100 1100000 0 1001000 111100 101 101011110 1010111 111101

Color Harmonies of #F24460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24460

Black with #F24460

Text Example


Text Example

White with #F24460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24460; }

 p { color: rgb(242,68,96); }

 H1.HeaderClassName
 {
   color: #F24460;
 }
 .AnyTagClassName
 {
   color: #F24460;
 }
</style>

background-color css

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

 a { background-color: rgb(242,68,96); }

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

border-color css

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

 span { border-color: rgb(242,68,96); }

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