Html Css Color HEX #F42040 Alizarin

📋 copy color: '#F42040'

red 244 ◦ green 32 ◦ blue 64

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

Shades of Alizarin #F42040

Tints of Alizarin #F42040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

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

R = 71.76%
G = 9.41%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F42040 (or 0xF42040) is known color: Alizarin. HEX triplet: F4, 20 and 40. RGB value is (244,32,64). Sum of RGB (Red+Green+Blue) = 244+32+64=340 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.76% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 244 - color contains mainly: red. Hex color #F42040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42040 is #0BDFBF. Grayscale: #636363. Windows color (decimal): -778176 or 4202740. OLE color: 4202740.

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

Color convert

RGB 244 32 64 -
CMYK 0 0.87 0.74 0.04
HSL 350.94º 0.91% 0.54% -
HSV(B) 350.94º 0.87% 0.96% -
XYZ 38.75 20.64 6.79 -
YUV 99.04 108.24 231.4 -
System Red Green Blue C M Y K H S L
Decimal 244 32 64 0 0.87 0.74 0.04 350.94 0.91 0.54
Hex F4 20 40 0 57 4A 4 15F 5B 36
Octal 364 40 100 0 127 112 4 537 133 66
Binary 11110100 100000 1000000 0 1010111 1001010 100 101011111 1011011 110110

Color Harmonies of #F42040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42040

Black with #F42040

Text Example


Text Example

White with #F42040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42040; }

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

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

background-color css

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

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

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

border-color css

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

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

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