Html Css Color HEX #F03142 Alizarin

📋 copy color: '#F03142'

red 240 ◦ green 49 ◦ blue 66

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

Shades of Alizarin #F03142

Tints of Alizarin #F03142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

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

R = 67.61%
G = 13.8%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F03142 (or 0xF03142) is known color: Alizarin. HEX triplet: F0, 31 and 42. RGB value is (240,49,66). Sum of RGB (Red+Green+Blue) = 240+49+66=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F03142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03142 is #0FCEBD. Grayscale: #6C6C6C. Windows color (decimal): -1035966 or 4338160. OLE color: 4338160.

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

Color convert

RGB 240 49 66 -
CMYK 0 0.80 0.72 0.06
HSL 354.66º 0.86% 0.57% -
HSV(B) 354.66º 0.8% 0.94% -
XYZ 38.02 21.12 7.23 -
YUV 108.05 104.28 222.12 -
System Red Green Blue C M Y K H S L
Decimal 240 49 66 0 0.80 0.72 0.06 354.66 0.86 0.57
Hex F0 31 42 0 50 48 6 163 56 39
Octal 360 61 102 0 120 110 6 543 126 71
Binary 11110000 110001 1000010 0 1010000 1001000 110 101100011 1010110 111001

Color Harmonies of #F03142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03142

Black with #F03142

Text Example


Text Example

White with #F03142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03142; }

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

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

background-color css

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

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

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

border-color css

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

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

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