#F516D5

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

Shades of Shocking Pink #F516D5

Tints of Shocking Pink #F516D5

Color information

#F516D5 (or 0xF516D5) is unknown color: approx Shocking Pink. HEX triplet: F5, 16 and D5. RGB value is (245,22,213). Sum of RGB (Red+Green+Blue) = 245+22+213=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F516D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516D5 is #0AE92A. Grayscale: #6D6D6D. Windows color (decimal): -715051 or 13965045. OLE color: 13965045.

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

Color convert

RGB24522213-
CMYK00.910.130.04
HSL308.61º91.77%52.35%-
HSV(B)308.61º91.02%96.08%-
XYZ49.9524.7965.1-
YUV110.45185.88223.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.04%
GREEN value IS 22 (8.98% from 255) = 4.58%
BLUE value IS 213 (83.59% from 255) = 44.38%
R=51.04%
G=4.58%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452221300.910.130.04308.6191.7752.35
HexF516D505BD41355c34
Octal36526325013315446513464
Binary1111010110110110101010101101111011001001101011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F516D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F516D5; }

 p { color: rgb(245,22,213); }

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

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

 a { background-color: rgb(245,22,213); }

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

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

 span { border-color: rgb(245,22,213); }

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