#F53276

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

Shades of Violet Red #F53276

Tints of Violet Red #F53276

Color information

#F53276 (or 0xF53276) is unknown color: approx Violet Red. HEX triplet: F5, 32 and 76. RGB value is (245,50,118). Sum of RGB (Red+Green+Blue) = 245+50+118=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F53276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53276 is #0ACD89. Grayscale: #737373. Windows color (decimal): -707978 or 7746293. OLE color: 7746293.

HSL color Cylindrical-coordinate representation of color #F53276: hue angle of 339.08º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53276 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB24550118-
CMYK00.800.520.04
HSL339.08º90.7%57.84%-
HSV(B)339.08º79.59%96.08%-
XYZ42.072319.36-
YUV116.06129.1219.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.32%
GREEN value IS 50 (19.92% from 255) = 12.11%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=59.32%
G=12.11%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455011800.800.520.04339.0890.757.84
HexF532760503441535b3a
Octal36562166012064452313372
Binary111101011100101110110010100001101001001010100111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53276; }

 p { color: rgb(245,50,118); }

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

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

 a { background-color: rgb(245,50,118); }

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

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

 span { border-color: rgb(245,50,118); }

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