Html Css Color HEX #F1273F Alizarin

📋 copy color: '#F1273F'

red 241 ◦ green 39 ◦ blue 63

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

Shades of Alizarin #F1273F

Tints of Alizarin #F1273F

RGB

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

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

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

R = 70.26%
G = 11.37%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1273F (or 0xF1273F) is known color: Alizarin. HEX triplet: F1, 27 and 3F. RGB value is (241,39,63). Sum of RGB (Red+Green+Blue) = 241+39+63=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F1273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1273F is #0ED8C0. Grayscale: #666666. Windows color (decimal): -972993 or 4138993. OLE color: 4138993.

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

Color convert

RGB 241 39 63 -
CMYK 0 0.84 0.74 0.05
HSL 352.87º 0.88% 0.55% -
HSV(B) 352.87º 0.84% 0.95% -
XYZ 37.9 20.51 6.66 -
YUV 102.13 105.92 227.05 -
System Red Green Blue C M Y K H S L
Decimal 241 39 63 0 0.84 0.74 0.05 352.87 0.88 0.55
Hex F1 27 3F 0 54 4A 5 161 58 37
Octal 361 47 77 0 124 112 5 541 130 67
Binary 11110001 100111 111111 0 1010100 1001010 101 101100001 1011000 110111

Color Harmonies of #F1273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1273F

Black with #F1273F

Text Example


Text Example

White with #F1273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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