Html Css Color HEX #F02A37 Alizarin

📋 copy color: '#F02A37'

red 240 ◦ green 42 ◦ blue 55

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

Shades of Alizarin #F02A37

Tints of Alizarin #F02A37

RGB

 RED value IS 240 (94.14% from 255) = 71.22%

 GREEN value IS 42 (16.8% from 255) = 12.46%

 BLUE value IS 55 (21.88% from 255) = 16.32%

R = 71.22%
G = 12.46%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F02A37 (or 0xF02A37) is known color: Alizarin. HEX triplet: F0, 2A and 37. RGB value is (240,42,55). Sum of RGB (Red+Green+Blue) = 240+42+55=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A37 is #0FD5C8. Grayscale: #666666. Windows color (decimal): -1037769 or 3615472. OLE color: 3615472.

HSL color Cylindrical-coordinate representation of color #F02A37: hue angle of 356.06º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02A37 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 42 55 -
CMYK 0 0.82 0.77 0.06
HSL 356.06º 0.87% 0.55% -
HSV(B) 356.06º 0.83% 0.94% -
XYZ 37.45 20.46 5.59 -
YUV 102.68 101.1 225.94 -
System Red Green Blue C M Y K H S L
Decimal 240 42 55 0 0.82 0.77 0.06 356.06 0.87 0.55
Hex F0 2A 37 0 52 4D 6 164 57 37
Octal 360 52 67 0 122 115 6 544 127 67
Binary 11110000 101010 110111 0 1010010 1001101 110 101100100 1010111 110111

Color Harmonies of #F02A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A37

Black with #F02A37

Text Example


Text Example

White with #F02A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A37; }

 p { color: rgb(240,42,55); }

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

background-color css

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

 a { background-color: rgb(240,42,55); }

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

border-color css

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

 span { border-color: rgb(240,42,55); }

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