#F4353F

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

Shades of Alizarin #F4353F

Tints of Alizarin #F4353F

Color information

#F4353F (or 0xF4353F) is unknown color: approx Alizarin. HEX triplet: F4, 35 and 3F. RGB value is (244,53,63). Sum of RGB (Red+Green+Blue) = 244+53+63=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F4353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4353F is #0BCAC0. Grayscale: #6F6F6F. Windows color (decimal): -772801 or 4142580. OLE color: 4142580.

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

Color convert

RGB2445363-
CMYK00.780.740.04
HSL356.86º89.67%58.24%-
HSV(B)356.86º78.28%95.69%-
XYZ39.4822.146.89-
YUV111.25100.78222.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 67.78%
GREEN value IS 53 (21.09% from 255) = 14.72%
BLUE value IS 63 (25% from 255) = 17.5%
R=67.78%
G=14.72%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244536300.780.740.04356.8689.6758.24
HexF4353F04E4A41655a3a
Octal36465770116112454513272
Binary111101001101011111110100111010010101001011001011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4353F; }

 p { color: rgb(244,53,63); }

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

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

 a { background-color: rgb(244,53,63); }

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

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

 span { border-color: rgb(244,53,63); }

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