Html Css Color HEX #F1323E Alizarin

📋 copy color: '#F1323E'

red 241 ◦ green 50 ◦ blue 62

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

Shades of Alizarin #F1323E

Tints of Alizarin #F1323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.16%

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 68.27%
G = 14.16%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1323E (or 0xF1323E) is known color: Alizarin. HEX triplet: F1, 32 and 3E. RGB value is (241,50,62). Sum of RGB (Red+Green+Blue) = 241+50+62=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F1323E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1323E is #0ECDC1. Grayscale: #6C6C6C. Windows color (decimal): -970178 or 4076273. OLE color: 4076273.

HSL color Cylindrical-coordinate representation of color #F1323E: hue angle of 356.23º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1323E is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 50 62 -
CMYK 0 0.79 0.74 0.05
HSL 356.23º 0.87% 0.57% -
HSV(B) 356.23º 0.79% 0.95% -
XYZ 38.29 21.33 6.66 -
YUV 108.48 101.78 222.52 -
System Red Green Blue C M Y K H S L
Decimal 241 50 62 0 0.79 0.74 0.05 356.23 0.87 0.57
Hex F1 32 3E 0 4F 4A 5 164 57 39
Octal 361 62 76 0 117 112 5 544 127 71
Binary 11110001 110010 111110 0 1001111 1001010 101 101100100 1010111 111001

Color Harmonies of #F1323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1323E

Black with #F1323E

Text Example


Text Example

White with #F1323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1323E; }

 p { color: rgb(241,50,62); }

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

background-color css

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

 a { background-color: rgb(241,50,62); }

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

border-color css

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

 span { border-color: rgb(241,50,62); }

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