Html Css Color HEX #F1293B Alizarin

📋 copy color: '#F1293B'

red 241 ◦ green 41 ◦ blue 59

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

Shades of Alizarin #F1293B

Tints of Alizarin #F1293B

RGB

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

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

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

R = 70.67%
G = 12.02%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1293B (or 0xF1293B) is known color: Alizarin. HEX triplet: F1, 29 and 3B. RGB value is (241,41,59). Sum of RGB (Red+Green+Blue) = 241+41+59=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1293B is #0ED6C4. Grayscale: #666666. Windows color (decimal): -972485 or 3877361. OLE color: 3877361.

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

Color convert

RGB 241 41 59 -
CMYK 0 0.83 0.76 0.05
HSL 354.6º 0.88% 0.55% -
HSV(B) 354.6º 0.83% 0.95% -
XYZ 37.86 20.6 6.12 -
YUV 102.85 103.26 226.54 -
System Red Green Blue C M Y K H S L
Decimal 241 41 59 0 0.83 0.76 0.05 354.6 0.88 0.55
Hex F1 29 3B 0 53 4C 5 163 58 37
Octal 361 51 73 0 123 114 5 543 130 67
Binary 11110001 101001 111011 0 1010011 1001100 101 101100011 1011000 110111

Color Harmonies of #F1293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1293B

Black with #F1293B

Text Example


Text Example

White with #F1293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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