Html Css Color HEX #F24041 Alizarin

📋 copy color: '#F24041'

red 242 ◦ green 64 ◦ blue 65

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

Shades of Alizarin #F24041

Tints of Alizarin #F24041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 65.23%
G = 17.25%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F24041 (or 0xF24041) is known color: Alizarin. HEX triplet: F2, 40 and 41. RGB value is (242,64,65). Sum of RGB (Red+Green+Blue) = 242+64+65=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F24041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24041 is #0DBFBE. Grayscale: #757575. Windows color (decimal): -901055 or 4276466. OLE color: 4276466.

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

Color convert

RGB 242 64 65 -
CMYK 0 0.74 0.73 0.05
HSL 359.66º 0.87% 0.6% -
HSV(B) 359.66º 0.74% 0.95% -
XYZ 39.41 22.93 7.35 -
YUV 117.34 98.47 216.92 -
System Red Green Blue C M Y K H S L
Decimal 242 64 65 0 0.74 0.73 0.05 359.66 0.87 0.6
Hex F2 40 41 0 4A 49 5 168 57 3C
Octal 362 100 101 0 112 111 5 550 127 74
Binary 11110010 1000000 1000001 0 1001010 1001001 101 101101000 1010111 111100

Color Harmonies of #F24041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24041

Black with #F24041

Text Example


Text Example

White with #F24041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24041; }

 p { color: rgb(242,64,65); }

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

background-color css

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

 a { background-color: rgb(242,64,65); }

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

border-color css

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

 span { border-color: rgb(242,64,65); }

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