Html Css Color HEX #F12840 Alizarin

📋 copy color: '#F12840'

red 241 ◦ green 40 ◦ blue 64

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

Shades of Alizarin #F12840

Tints of Alizarin #F12840

RGB

 RED value IS 241 (94.53% from 255) = 69.86%

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

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

R = 69.86%
G = 11.59%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F12840 (or 0xF12840) is known color: Alizarin. HEX triplet: F1, 28 and 40. RGB value is (241,40,64). Sum of RGB (Red+Green+Blue) = 241+40+64=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F12840 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12840 is #0ED7BF. Grayscale: #666666. Windows color (decimal): -972736 or 4204785. OLE color: 4204785.

HSL color Cylindrical-coordinate representation of color #F12840: hue angle of 352.84º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12840 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 64 -
CMYK 0 0.83 0.73 0.05
HSL 352.84º 0.88% 0.55% -
HSV(B) 352.84º 0.83% 0.95% -
XYZ 37.96 20.59 6.82 -
YUV 102.84 106.09 226.55 -
System Red Green Blue C M Y K H S L
Decimal 241 40 64 0 0.83 0.73 0.05 352.84 0.88 0.55
Hex F1 28 40 0 53 49 5 161 58 37
Octal 361 50 100 0 123 111 5 541 130 67
Binary 11110001 101000 1000000 0 1010011 1001001 101 101100001 1011000 110111

Color Harmonies of #F12840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12840

Black with #F12840

Text Example


Text Example

White with #F12840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12840; }

 p { color: rgb(241,40,64); }

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

background-color css

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

 a { background-color: rgb(241,40,64); }

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

border-color css

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

 span { border-color: rgb(241,40,64); }

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