Html Css Color HEX #F1273B Alizarin

📋 copy color: '#F1273B'

red 241 ◦ green 39 ◦ blue 59

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

Shades of Alizarin #F1273B

Tints of Alizarin #F1273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

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

R = 71.09%
G = 11.5%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1273B (or 0xF1273B) is known color: Alizarin. HEX triplet: F1, 27 and 3B. RGB value is (241,39,59). Sum of RGB (Red+Green+Blue) = 241+39+59=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F1273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1273B is #0ED8C4. Grayscale: #656565. Windows color (decimal): -972997 or 3876849. OLE color: 3876849.

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

Color convert

RGB 241 39 59 -
CMYK 0 0.84 0.76 0.05
HSL 354.06º 0.88% 0.55% -
HSV(B) 354.06º 0.84% 0.95% -
XYZ 37.79 20.47 6.1 -
YUV 101.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 241 39 59 0 0.84 0.76 0.05 354.06 0.88 0.55
Hex F1 27 3B 0 54 4C 5 162 58 37
Octal 361 47 73 0 124 114 5 542 130 67
Binary 11110001 100111 111011 0 1010100 1001100 101 101100010 1011000 110111

Color Harmonies of #F1273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1273B

Black with #F1273B

Text Example


Text Example

White with #F1273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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