Html Css Color HEX #F12341 Alizarin

📋 copy color: '#F12341'

red 241 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #F12341

Tints of Alizarin #F12341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.26%

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

R = 70.67%
G = 10.26%
B = 19.06%

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

#F12341 (or 0xF12341) is known color: Alizarin. HEX triplet: F1, 23 and 41. RGB value is (241,35,65). Sum of RGB (Red+Green+Blue) = 241+35+65=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F12341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12341 is #0EDCBE. Grayscale: #646464. Windows color (decimal): -974015 or 4269041. OLE color: 4269041.

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

Color convert

RGB 241 35 65 -
CMYK 0 0.85 0.73 0.05
HSL 351.26º 0.88% 0.54% -
HSV(B) 351.26º 0.85% 0.95% -
XYZ 37.83 20.28 6.92 -
YUV 100.01 108.25 228.56 -
System Red Green Blue C M Y K H S L
Decimal 241 35 65 0 0.85 0.73 0.05 351.26 0.88 0.54
Hex F1 23 41 0 55 49 5 15F 58 36
Octal 361 43 101 0 125 111 5 537 130 66
Binary 11110001 100011 1000001 0 1010101 1001001 101 101011111 1011000 110110

Color Harmonies of #F12341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12341

Black with #F12341

Text Example


Text Example

White with #F12341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12341; }

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

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

background-color css

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

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

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

border-color css

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

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

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