Html Css Color HEX #F1303F Alizarin

📋 copy color: '#F1303F'

red 241 ◦ green 48 ◦ blue 63

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

Shades of Alizarin #F1303F

Tints of Alizarin #F1303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.9%

R = 68.47%
G = 13.64%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1303F (or 0xF1303F) is known color: Alizarin. HEX triplet: F1, 30 and 3F. RGB value is (241,48,63). Sum of RGB (Red+Green+Blue) = 241+48+63=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1303F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1303F is #0ECFC0. Grayscale: #6B6B6B. Windows color (decimal): -970689 or 4141297. OLE color: 4141297.

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

Color convert

RGB 241 48 63 -
CMYK 0 0.80 0.74 0.05
HSL 355.34º 0.87% 0.57% -
HSV(B) 355.34º 0.8% 0.95% -
XYZ 38.23 21.17 6.77 -
YUV 107.42 102.94 223.28 -
System Red Green Blue C M Y K H S L
Decimal 241 48 63 0 0.80 0.74 0.05 355.34 0.87 0.57
Hex F1 30 3F 0 50 4A 5 163 57 39
Octal 361 60 77 0 120 112 5 543 127 71
Binary 11110001 110000 111111 0 1010000 1001010 101 101100011 1010111 111001

Color Harmonies of #F1303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1303F

Black with #F1303F

Text Example


Text Example

White with #F1303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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