Html Css Color HEX #F42440 Alizarin

📋 copy color: '#F42440'

red 244 ◦ green 36 ◦ blue 64

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

Shades of Alizarin #F42440

Tints of Alizarin #F42440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.47%

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 70.93%
G = 10.47%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F42440 (or 0xF42440) is known color: Alizarin. HEX triplet: F4, 24 and 40. RGB value is (244,36,64). Sum of RGB (Red+Green+Blue) = 244+36+64=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F42440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42440 is #0BDBBF. Grayscale: #656565. Windows color (decimal): -777152 or 4203764. OLE color: 4203764.

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

Color convert

RGB 244 36 64 -
CMYK 0 0.85 0.74 0.04
HSL 351.92º 0.9% 0.55% -
HSV(B) 351.92º 0.85% 0.96% -
XYZ 38.86 20.87 6.83 -
YUV 101.38 106.91 229.72 -
System Red Green Blue C M Y K H S L
Decimal 244 36 64 0 0.85 0.74 0.04 351.92 0.9 0.55
Hex F4 24 40 0 55 4A 4 160 5A 37
Octal 364 44 100 0 125 112 4 540 132 67
Binary 11110100 100100 1000000 0 1010101 1001010 100 101100000 1011010 110111

Color Harmonies of #F42440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42440

Black with #F42440

Text Example


Text Example

White with #F42440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42440; }

 p { color: rgb(244,36,64); }

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

background-color css

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

 a { background-color: rgb(244,36,64); }

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

border-color css

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

 span { border-color: rgb(244,36,64); }

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