Html Css Color HEX #F12441 Alizarin

📋 copy color: '#F12441'

red 241 ◦ green 36 ◦ blue 65

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

Shades of Alizarin #F12441

Tints of Alizarin #F12441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.53%

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

R = 70.47%
G = 10.53%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F12441 (or 0xF12441) is known color: Alizarin. HEX triplet: F1, 24 and 41. RGB value is (241,36,65). Sum of RGB (Red+Green+Blue) = 241+36+65=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F12441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12441 is #0EDBBE. Grayscale: #646464. Windows color (decimal): -973759 or 4269297. OLE color: 4269297.

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

Color convert

RGB 241 36 65 -
CMYK 0 0.85 0.73 0.05
HSL 351.51º 0.88% 0.54% -
HSV(B) 351.51º 0.85% 0.95% -
XYZ 37.86 20.34 6.93 -
YUV 100.6 107.92 228.14 -
System Red Green Blue C M Y K H S L
Decimal 241 36 65 0 0.85 0.73 0.05 351.51 0.88 0.54
Hex F1 24 41 0 55 49 5 160 58 36
Octal 361 44 101 0 125 111 5 540 130 66
Binary 11110001 100100 1000001 0 1010101 1001001 101 101100000 1011000 110110

Color Harmonies of #F12441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12441

Black with #F12441

Text Example


Text Example

White with #F12441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12441; }

 p { color: rgb(241,36,65); }

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

background-color css

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

 a { background-color: rgb(241,36,65); }

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

border-color css

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

 span { border-color: rgb(241,36,65); }

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