Html Css Color HEX #F43141 Alizarin

📋 copy color: '#F43141'

red 244 ◦ green 49 ◦ blue 65

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

Shades of Alizarin #F43141

Tints of Alizarin #F43141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

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

R = 68.16%
G = 13.69%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F43141 (or 0xF43141) is known color: Alizarin. HEX triplet: F4, 31 and 41. RGB value is (244,49,65). Sum of RGB (Red+Green+Blue) = 244+49+65=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F43141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43141 is #0BCEBE. Grayscale: #6D6D6D. Windows color (decimal): -773823 or 4272628. OLE color: 4272628.

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

Color convert

RGB 244 49 65 -
CMYK 0 0.80 0.73 0.04
HSL 355.08º 0.9% 0.57% -
HSV(B) 355.08º 0.8% 0.96% -
XYZ 39.36 21.81 7.14 -
YUV 109.13 103.1 224.2 -
System Red Green Blue C M Y K H S L
Decimal 244 49 65 0 0.80 0.73 0.04 355.08 0.9 0.57
Hex F4 31 41 0 50 49 4 163 5A 39
Octal 364 61 101 0 120 111 4 543 132 71
Binary 11110100 110001 1000001 0 1010000 1001001 100 101100011 1011010 111001

Color Harmonies of #F43141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43141

Black with #F43141

Text Example


Text Example

White with #F43141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43141; }

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

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

background-color css

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

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

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

border-color css

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

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

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