Html Css Color HEX #F42841 Alizarin

📋 copy color: '#F42841'

red 244 ◦ green 40 ◦ blue 65

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

Shades of Alizarin #F42841

Tints of Alizarin #F42841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 69.91%
G = 11.46%
B = 18.62%

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

#F42841 (or 0xF42841) is known color: Alizarin. HEX triplet: F4, 28 and 41. RGB value is (244,40,65). Sum of RGB (Red+Green+Blue) = 244+40+65=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F42841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42841 is #0BD7BE. Grayscale: #676767. Windows color (decimal): -776127 or 4270324. OLE color: 4270324.

HSL color Cylindrical-coordinate representation of color #F42841: hue angle of 352.65º 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 #F42841 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 40 65 -
CMYK 0 0.84 0.73 0.04
HSL 352.65º 0.9% 0.56% -
HSV(B) 352.65º 0.84% 0.96% -
XYZ 39.02 21.13 7.02 -
YUV 103.85 106.09 227.97 -
System Red Green Blue C M Y K H S L
Decimal 244 40 65 0 0.84 0.73 0.04 352.65 0.9 0.56
Hex F4 28 41 0 54 49 4 161 5A 38
Octal 364 50 101 0 124 111 4 541 132 70
Binary 11110100 101000 1000001 0 1010100 1001001 100 101100001 1011010 111000

Color Harmonies of #F42841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42841

Black with #F42841

Text Example


Text Example

White with #F42841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42841; }

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

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

background-color css

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

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

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

border-color css

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

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

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