#F52F80

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

Shades of Violet Red #F52F80

Tints of Violet Red #F52F80

Color information

#F52F80 (or 0xF52F80) is unknown color: approx Violet Red. HEX triplet: F5, 2F and 80. RGB value is (245,47,128). Sum of RGB (Red+Green+Blue) = 245+47+128=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F52F80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52F80 is #0AD07F. Grayscale: #737373. Windows color (decimal): -708736 or 8400885. OLE color: 8400885.

HSL color Cylindrical-coordinate representation of color #F52F80: hue angle of 335.45º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52F80 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB24547128-
CMYK00.810.480.04
HSL335.45º90.83%57.25%-
HSV(B)335.45º80.82%96.08%-
XYZ42.572322.62-
YUV115.44135.1220.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.33%
GREEN value IS 47 (18.75% from 255) = 11.19%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=58.33%
G=11.19%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454712800.810.480.04335.4590.8357.25
HexF52F8005130414f5b39
Octal36557200012160451713371
Binary1111010110111110000000010100011100001001010011111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52F80; }

 p { color: rgb(245,47,128); }

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

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

 a { background-color: rgb(245,47,128); }

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

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

 span { border-color: rgb(245,47,128); }

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