Html Css Color HEX #F42F41 Alizarin

📋 copy color: '#F42F41'

red 244 ◦ green 47 ◦ blue 65

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

Shades of Alizarin #F42F41

Tints of Alizarin #F42F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.2%

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

R = 68.54%
G = 13.2%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F42F41 (or 0xF42F41) is known color: Alizarin. HEX triplet: F4, 2F and 41. RGB value is (244,47,65). Sum of RGB (Red+Green+Blue) = 244+47+65=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42F41 is #0BD0BE. Grayscale: #6C6C6C. Windows color (decimal): -774335 or 4272116. OLE color: 4272116.

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

Color convert

RGB 244 47 65 -
CMYK 0 0.81 0.73 0.04
HSL 354.52º 0.9% 0.57% -
HSV(B) 354.52º 0.81% 0.96% -
XYZ 39.28 21.65 7.11 -
YUV 107.96 103.77 225.04 -
System Red Green Blue C M Y K H S L
Decimal 244 47 65 0 0.81 0.73 0.04 354.52 0.9 0.57
Hex F4 2F 41 0 51 49 4 163 5A 39
Octal 364 57 101 0 121 111 4 543 132 71
Binary 11110100 101111 1000001 0 1010001 1001001 100 101100011 1011010 111001

Color Harmonies of #F42F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F41

Black with #F42F41

Text Example


Text Example

White with #F42F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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