Html Css Color HEX #F1323C Alizarin

📋 copy color: '#F1323C'

red 241 ◦ green 50 ◦ blue 60

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

Shades of Alizarin #F1323C

Tints of Alizarin #F1323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.09%

R = 68.66%
G = 14.25%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1323C (or 0xF1323C) is known color: Alizarin. HEX triplet: F1, 32 and 3C. RGB value is (241,50,60). Sum of RGB (Red+Green+Blue) = 241+50+60=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F1323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1323C is #0ECDC3. Grayscale: #6C6C6C. Windows color (decimal): -970180 or 3945201. OLE color: 3945201.

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

Color convert

RGB 241 50 60 -
CMYK 0 0.79 0.75 0.05
HSL 356.86º 0.87% 0.57% -
HSV(B) 356.86º 0.79% 0.95% -
XYZ 38.23 21.31 6.37 -
YUV 108.25 100.78 222.69 -
System Red Green Blue C M Y K H S L
Decimal 241 50 60 0 0.79 0.75 0.05 356.86 0.87 0.57
Hex F1 32 3C 0 4F 4B 5 165 57 39
Octal 361 62 74 0 117 113 5 545 127 71
Binary 11110001 110010 111100 0 1001111 1001011 101 101100101 1010111 111001

Color Harmonies of #F1323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1323C

Black with #F1323C

Text Example


Text Example

White with #F1323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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