#F707BD

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

Shades of Shocking Pink #F707BD

Tints of Shocking Pink #F707BD

Color information

#F707BD (or 0xF707BD) is unknown color: approx Shocking Pink. HEX triplet: F7, 07 and BD. RGB value is (247,7,189). Sum of RGB (Red+Green+Blue) = 247+7+189=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F707BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707BD is #08F842. Grayscale: #636363. Windows color (decimal): -587843 or 12388343. OLE color: 12388343.

HSL color Cylindrical-coordinate representation of color #F707BD: hue angle of 314.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F707BD is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB2477189-
CMYK00.970.230.03
HSL314.5º94.49%49.8%-
HSV(B)314.5º97.17%96.86%-
XYZ47.6223.650.19-
YUV99.51178.51233.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.76%
GREEN value IS 7 (3.12% from 255) = 1.58%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=55.76%
G=1.58%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247718900.970.230.03314.594.4949.8
HexF77BD06117313a5e32
Octal3677275014127347213662
Binary11110111111101111010110000110111111001110101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F707BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F707BD; }

 p { color: rgb(247,7,189); }

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

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

 a { background-color: rgb(247,7,189); }

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

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

 span { border-color: rgb(247,7,189); }

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