#F520C0

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

Shades of Shocking Pink #F520C0

Tints of Shocking Pink #F520C0

Color information

#F520C0 (or 0xF520C0) is unknown color: approx Shocking Pink. HEX triplet: F5, 20 and C0. RGB value is (245,32,192). Sum of RGB (Red+Green+Blue) = 245+32+192=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F520C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520C0 is #0ADF3F. Grayscale: #717171. Windows color (decimal): -712512 or 12591349. OLE color: 12591349.

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

Color convert

RGB24532192-
CMYK00.870.220.04
HSL314.93º91.42%54.31%-
HSV(B)314.93º86.94%96.08%-
XYZ47.6924.2552.04-
YUV113.93172.07221.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.24%
GREEN value IS 32 (12.89% from 255) = 6.82%
BLUE value IS 192 (75.39% from 255) = 40.94%
R=52.24%
G=6.82%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453219200.870.220.04314.9391.4254.31
HexF520C005716413b5b36
Octal36540300012726447313366
Binary111101011000001100000001010111101101001001110111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F520C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F520C0; }

 p { color: rgb(245,32,192); }

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

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

 a { background-color: rgb(245,32,192); }

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

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

 span { border-color: rgb(245,32,192); }

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