Html Css Color HEX #F24464 Radical Red

📋 copy color: '#F24464'

red 242 ◦ green 68 ◦ blue 100

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

Shades of Radical Red #F24464

Tints of Radical Red #F24464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.39%

R = 59.02%
G = 16.59%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F24464 (or 0xF24464) is known color: Radical Red. HEX triplet: F2, 44 and 64. RGB value is (242,68,100). Sum of RGB (Red+Green+Blue) = 242+68+100=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F24464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24464 is #0DBB9B. Grayscale: #7B7B7B. Windows color (decimal): -899996 or 6571250. OLE color: 6571250.

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

Color convert

RGB 242 68 100 -
CMYK 0 0.72 0.59 0.05
HSL 348.97º 0.87% 0.61% -
HSV(B) 348.97º 0.72% 0.95% -
XYZ 40.99 23.93 14.52 -
YUV 123.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 242 68 100 0 0.72 0.59 0.05 348.97 0.87 0.61
Hex F2 44 64 0 48 3B 5 15D 57 3D
Octal 362 104 144 0 110 73 5 535 127 75
Binary 11110010 1000100 1100100 0 1001000 111011 101 101011101 1010111 111101

Color Harmonies of #F24464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24464

Black with #F24464

Text Example


Text Example

White with #F24464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24464; }

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

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

background-color css

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

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

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

border-color css

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

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

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