Html Css Color HEX #F02242 Alizarin

📋 copy color: '#F02242'

red 240 ◦ green 34 ◦ blue 66

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

Shades of Alizarin #F02242

Tints of Alizarin #F02242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10%

 BLUE value IS 66 (26.17% from 255) = 19.41%

R = 70.59%
G = 10%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F02242 (or 0xF02242) is known color: Alizarin. HEX triplet: F0, 22 and 42. RGB value is (240,34,66). Sum of RGB (Red+Green+Blue) = 240+34+66=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F02242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02242 is #0FDDBD. Grayscale: #636363. Windows color (decimal): -1039806 or 4334320. OLE color: 4334320.

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

Color convert

RGB 240 34 66 -
CMYK 0 0.86 0.72 0.06
HSL 350.68º 0.87% 0.54% -
HSV(B) 350.68º 0.86% 0.94% -
XYZ 37.49 20.06 7.05 -
YUV 99.24 109.25 228.4 -
System Red Green Blue C M Y K H S L
Decimal 240 34 66 0 0.86 0.72 0.06 350.68 0.87 0.54
Hex F0 22 42 0 56 48 6 15F 57 36
Octal 360 42 102 0 126 110 6 537 127 66
Binary 11110000 100010 1000010 0 1010110 1001000 110 101011111 1010111 110110

Color Harmonies of #F02242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02242

Black with #F02242

Text Example


Text Example

White with #F02242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02242; }

 p { color: rgb(240,34,66); }

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

background-color css

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

 a { background-color: rgb(240,34,66); }

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

border-color css

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

 span { border-color: rgb(240,34,66); }

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