Html Css Color HEX #F1303C Alizarin

📋 copy color: '#F1303C'

red 241 ◦ green 48 ◦ blue 60

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

Shades of Alizarin #F1303C

Tints of Alizarin #F1303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.75%

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

R = 69.05%
G = 13.75%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1303C (or 0xF1303C) is known color: Alizarin. HEX triplet: F1, 30 and 3C. RGB value is (241,48,60). Sum of RGB (Red+Green+Blue) = 241+48+60=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F1303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1303C is #0ECFC3. Grayscale: #6B6B6B. Windows color (decimal): -970692 or 3944689. OLE color: 3944689.

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

Color convert

RGB 241 48 60 -
CMYK 0 0.80 0.75 0.05
HSL 356.27º 0.87% 0.57% -
HSV(B) 356.27º 0.8% 0.95% -
XYZ 38.15 21.14 6.34 -
YUV 107.08 101.44 223.52 -
System Red Green Blue C M Y K H S L
Decimal 241 48 60 0 0.80 0.75 0.05 356.27 0.87 0.57
Hex F1 30 3C 0 50 4B 5 164 57 39
Octal 361 60 74 0 120 113 5 544 127 71
Binary 11110001 110000 111100 0 1010000 1001011 101 101100100 1010111 111001

Color Harmonies of #F1303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1303C

Black with #F1303C

Text Example


Text Example

White with #F1303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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