#F52C80

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

Shades of Violet Red #F52C80

Tints of Violet Red #F52C80

Color information

#F52C80 (or 0xF52C80) is unknown color: approx Violet Red. HEX triplet: F5, 2C and 80. RGB value is (245,44,128). Sum of RGB (Red+Green+Blue) = 245+44+128=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52C80 is #0AD37F. Grayscale: #717171. Windows color (decimal): -709504 or 8400117. OLE color: 8400117.

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

Color convert

RGB24544128-
CMYK00.820.480.04
HSL334.93º90.95%56.67%-
HSV(B)334.93º82.04%96.08%-
XYZ42.4522.7722.58-
YUV113.68136.09221.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.75%
GREEN value IS 44 (17.58% from 255) = 10.55%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=58.75%
G=10.55%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454412800.820.480.04334.9390.9556.67
HexF52C8005230414f5b39
Octal36554200012260451713371
Binary1111010110110010000000010100101100001001010011111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52C80; }

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

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

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

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

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

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

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

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