#F1353E

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

Shades of Alizarin #F1353E

Tints of Alizarin #F1353E

Color information

#F1353E (or 0xF1353E) is unknown color: approx Alizarin. HEX triplet: F1, 35 and 3E. RGB value is (241,53,62). Sum of RGB (Red+Green+Blue) = 241+53+62=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F1353E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1353E is #0ECAC1. Grayscale: #6E6E6E. Windows color (decimal): -969410 or 4077041. OLE color: 4077041.

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

Color convert

RGB2415362-
CMYK00.780.740.05
HSL357.13º87.04%57.65%-
HSV(B)357.13º78.01%94.51%-
XYZ38.4221.596.7-
YUV110.24100.78221.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 67.70%
GREEN value IS 53 (21.09% from 255) = 14.89%
BLUE value IS 62 (24.61% from 255) = 17.42%
R=67.70%
G=14.89%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241536200.780.740.05357.1387.0457.65
HexF1353E04E4A5165573a
Octal36165760116112554512772
Binary111100011101011111100100111010010101011011001011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1353E; }

 p { color: rgb(241,53,62); }

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

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

 a { background-color: rgb(241,53,62); }

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

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

 span { border-color: rgb(241,53,62); }

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