Html Css Color HEX #F1323A Alizarin

📋 copy color: '#F1323A'

red 241 ◦ green 50 ◦ blue 58

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

Shades of Alizarin #F1323A

Tints of Alizarin #F1323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.62%

R = 69.05%
G = 14.33%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1323A (or 0xF1323A) is known color: Alizarin. HEX triplet: F1, 32 and 3A. RGB value is (241,50,58). Sum of RGB (Red+Green+Blue) = 241+50+58=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F1323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1323A is #0ECDC5. Grayscale: #6C6C6C. Windows color (decimal): -970182 or 3814129. OLE color: 3814129.

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

Color convert

RGB 241 50 58 -
CMYK 0 0.79 0.76 0.05
HSL 357.49º 0.87% 0.57% -
HSV(B) 357.49º 0.79% 0.95% -
XYZ 38.18 21.29 6.1 -
YUV 108.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 241 50 58 0 0.79 0.76 0.05 357.49 0.87 0.57
Hex F1 32 3A 0 4F 4C 5 165 57 39
Octal 361 62 72 0 117 114 5 545 127 71
Binary 11110001 110010 111010 0 1001111 1001100 101 101100101 1010111 111001

Color Harmonies of #F1323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1323A

Black with #F1323A

Text Example


Text Example

White with #F1323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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