#F1262C

Color #F1262C Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #F1262C

Tints of Alizarin #F1262C

Color information

#F1262C (or 0xF1262C) is unknown color: approx Alizarin. HEX triplet: F1, 26 and 2C. RGB value is (241,38,44). Sum of RGB (Red+Green+Blue) = 241+38+44=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F1262C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1262C is #0ED9D3. Grayscale: #636363. Windows color (decimal): -973268 or 2893553. OLE color: 2893553.

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

Color convert

RGB2413844-
CMYK00.840.820.05
HSL358.23º87.88%54.71%-
HSV(B)358.23º84.23%94.51%-
XYZ37.4220.274.32-
YUV99.3896.75229.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 74.61%
GREEN value IS 38 (15.23% from 255) = 11.76%
BLUE value IS 44 (17.58% from 255) = 13.62%
R=74.61%
G=11.76%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241384400.840.820.05358.2387.8854.71
HexF1262C0545251665837
Octal36146540124122554613067
Binary111100011001101011000101010010100101011011001101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1262C; }

 p { color: rgb(241,38,44); }

 H1.HeaderClassName
 {
   color: #F1262C;
 }
 .AnyTagClassName
 {
   color: #F1262C;
 }
</style>
background-color css

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

 a { background-color: rgb(241,38,44); }

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

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

 span { border-color: rgb(241,38,44); }

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