Html Css Color HEX #F24259 Radical Red

📋 copy color: '#F24259'

red 242 ◦ green 66 ◦ blue 89

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

Shades of Radical Red #F24259

Tints of Radical Red #F24259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.62%

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 60.96%
G = 16.62%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F24259 (or 0xF24259) is known color: Radical Red. HEX triplet: F2, 42 and 59. RGB value is (242,66,89). Sum of RGB (Red+Green+Blue) = 242+66+89=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F24259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24259 is #0DBDA6. Grayscale: #797979. Windows color (decimal): -900519 or 5849842. OLE color: 5849842.

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

Color convert

RGB 242 66 89 -
CMYK 0 0.73 0.63 0.05
HSL 352.16º 0.87% 0.6% -
HSV(B) 352.16º 0.73% 0.95% -
XYZ 40.37 23.49 11.86 -
YUV 121.25 109.81 214.13 -
System Red Green Blue C M Y K H S L
Decimal 242 66 89 0 0.73 0.63 0.05 352.16 0.87 0.6
Hex F2 42 59 0 49 3F 5 160 57 3C
Octal 362 102 131 0 111 77 5 540 127 74
Binary 11110010 1000010 1011001 0 1001001 111111 101 101100000 1010111 111100

Color Harmonies of #F24259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24259

Black with #F24259

Text Example


Text Example

White with #F24259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24259; }

 p { color: rgb(242,66,89); }

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

background-color css

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

 a { background-color: rgb(242,66,89); }

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

border-color css

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

 span { border-color: rgb(242,66,89); }

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