#F520BF

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

Shades of Shocking Pink #F520BF

Tints of Shocking Pink #F520BF

Color information

#F520BF (or 0xF520BF) is unknown color: approx Shocking Pink. HEX triplet: F5, 20 and BF. RGB value is (245,32,191). Sum of RGB (Red+Green+Blue) = 245+32+191=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F520BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520BF is #0ADF40. Grayscale: #717171. Windows color (decimal): -712513 or 12525813. OLE color: 12525813.

HSL color Cylindrical-coordinate representation of color #F520BF: hue angle of 315.21º 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 #F520BF is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB24532191-
CMYK00.870.220.04
HSL315.21º91.42%54.31%-
HSV(B)315.21º86.94%96.08%-
XYZ47.5824.2151.46-
YUV113.81171.57221.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.35%
GREEN value IS 32 (12.89% from 255) = 6.84%
BLUE value IS 191 (75% from 255) = 40.81%
R=52.35%
G=6.84%
B=40.81%

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
Decimal2453219100.870.220.04315.2191.4254.31
HexF520BF05716413b5b36
Octal36540277012726447313366
Binary111101011000001011111101010111101101001001110111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F520BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F520BF; }

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

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

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

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

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

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

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

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