Html Css Color HEX #F1303E Alizarin

📋 copy color: '#F1303E'

red 241 ◦ green 48 ◦ blue 62

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

Shades of Alizarin #F1303E

Tints of Alizarin #F1303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.66%

R = 68.66%
G = 13.68%
B = 17.66%

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

#F1303E (or 0xF1303E) is known color: Alizarin. HEX triplet: F1, 30 and 3E. RGB value is (241,48,62). Sum of RGB (Red+Green+Blue) = 241+48+62=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F1303E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1303E is #0ECFC1. Grayscale: #6B6B6B. Windows color (decimal): -970690 or 4075761. OLE color: 4075761.

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

Color convert

RGB 241 48 62 -
CMYK 0 0.80 0.74 0.05
HSL 355.65º 0.87% 0.57% -
HSV(B) 355.65º 0.8% 0.95% -
XYZ 38.2 21.16 6.63 -
YUV 107.3 102.44 223.36 -
System Red Green Blue C M Y K H S L
Decimal 241 48 62 0 0.80 0.74 0.05 355.65 0.87 0.57
Hex F1 30 3E 0 50 4A 5 164 57 39
Octal 361 60 76 0 120 112 5 544 127 71
Binary 11110001 110000 111110 0 1010000 1001010 101 101100100 1010111 111001

Color Harmonies of #F1303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1303E

Black with #F1303E

Text Example


Text Example

White with #F1303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1303E; }

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

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

background-color css

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

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

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

border-color css

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

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

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