Html Css Color HEX #F1203B Alizarin

📋 copy color: '#F1203B'

red 241 ◦ green 32 ◦ blue 59

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

Shades of Alizarin #F1203B

Tints of Alizarin #F1203B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.64%

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 72.59%
G = 9.64%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1203B (or 0xF1203B) is known color: Alizarin. HEX triplet: F1, 20 and 3B. RGB value is (241,32,59). Sum of RGB (Red+Green+Blue) = 241+32+59=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F1203B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1203B is #0EDFC4. Grayscale: #616161. Windows color (decimal): -974789 or 3875057. OLE color: 3875057.

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

Color convert

RGB 241 32 59 -
CMYK 0 0.87 0.76 0.05
HSL 352.25º 0.88% 0.54% -
HSV(B) 352.25º 0.87% 0.95% -
XYZ 37.58 20.05 6.03 -
YUV 97.57 106.24 230.3 -
System Red Green Blue C M Y K H S L
Decimal 241 32 59 0 0.87 0.76 0.05 352.25 0.88 0.54
Hex F1 20 3B 0 57 4C 5 160 58 36
Octal 361 40 73 0 127 114 5 540 130 66
Binary 11110001 100000 111011 0 1010111 1001100 101 101100000 1011000 110110

Color Harmonies of #F1203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1203B

Black with #F1203B

Text Example


Text Example

White with #F1203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1203B; }

 p { color: rgb(241,32,59); }

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

background-color css

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

 a { background-color: rgb(241,32,59); }

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

border-color css

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

 span { border-color: rgb(241,32,59); }

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