Html Css Color HEX #F42842 Alizarin

📋 copy color: '#F42842'

red 244 ◦ green 40 ◦ blue 66

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

Shades of Alizarin #F42842

Tints of Alizarin #F42842

RGB

 RED value IS 244 (95.7% from 255) = 69.71%

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 69.71%
G = 11.43%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F42842 (or 0xF42842) is known color: Alizarin. HEX triplet: F4, 28 and 42. RGB value is (244,40,66). Sum of RGB (Red+Green+Blue) = 244+40+66=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F42842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42842 is #0BD7BD. Grayscale: #686868. Windows color (decimal): -776126 or 4335860. OLE color: 4335860.

HSL color Cylindrical-coordinate representation of color #F42842: hue angle of 352.35º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42842 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 40 66 -
CMYK 0 0.84 0.73 0.04
HSL 352.35º 0.9% 0.56% -
HSV(B) 352.35º 0.84% 0.96% -
XYZ 39.05 21.14 7.18 -
YUV 103.96 106.59 227.89 -
System Red Green Blue C M Y K H S L
Decimal 244 40 66 0 0.84 0.73 0.04 352.35 0.9 0.56
Hex F4 28 42 0 54 49 4 160 5A 38
Octal 364 50 102 0 124 111 4 540 132 70
Binary 11110100 101000 1000010 0 1010100 1001001 100 101100000 1011010 111000

Color Harmonies of #F42842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42842

Black with #F42842

Text Example


Text Example

White with #F42842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42842; }

 p { color: rgb(244,40,66); }

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

background-color css

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

 a { background-color: rgb(244,40,66); }

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

border-color css

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

 span { border-color: rgb(244,40,66); }

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