Html Css Color HEX #F1293F Alizarin

📋 copy color: '#F1293F'

red 241 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #F1293F

Tints of Alizarin #F1293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

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

R = 69.86%
G = 11.88%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1293F (or 0xF1293F) is known color: Alizarin. HEX triplet: F1, 29 and 3F. RGB value is (241,41,63). Sum of RGB (Red+Green+Blue) = 241+41+63=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F1293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1293F is #0ED6C0. Grayscale: #676767. Windows color (decimal): -972481 or 4139505. OLE color: 4139505.

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

Color convert

RGB 241 41 63 -
CMYK 0 0.83 0.74 0.05
HSL 353.4º 0.88% 0.55% -
HSV(B) 353.4º 0.83% 0.95% -
XYZ 37.97 20.65 6.69 -
YUV 103.31 105.26 226.21 -
System Red Green Blue C M Y K H S L
Decimal 241 41 63 0 0.83 0.74 0.05 353.4 0.88 0.55
Hex F1 29 3F 0 53 4A 5 161 58 37
Octal 361 51 77 0 123 112 5 541 130 67
Binary 11110001 101001 111111 0 1010011 1001010 101 101100001 1011000 110111

Color Harmonies of #F1293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1293F

Black with #F1293F

Text Example


Text Example

White with #F1293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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