#F707B9

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

Shades of Shocking Pink #F707B9

Tints of Shocking Pink #F707B9

Color information

#F707B9 (or 0xF707B9) is unknown color: approx Shocking Pink. HEX triplet: F7, 07 and B9. RGB value is (247,7,185). Sum of RGB (Red+Green+Blue) = 247+7+185=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F707B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707B9 is #08F846. Grayscale: #626262. Windows color (decimal): -587847 or 12126199. OLE color: 12126199.

HSL color Cylindrical-coordinate representation of color #F707B9: hue angle of 315.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 #F707B9 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB2477185-
CMYK00.970.250.03
HSL315.5º94.49%49.8%-
HSV(B)315.5º97.17%96.86%-
XYZ47.1923.4347.93-
YUV99.05176.51233.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.26%
GREEN value IS 7 (3.12% from 255) = 1.59%
BLUE value IS 185 (72.66% from 255) = 42.14%
R=56.26%
G=1.59%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247718500.970.250.03315.594.4949.8
HexF77B906119313c5e32
Octal3677271014131347413662
Binary11110111111101110010110000111001111001111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F707B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F707B9; }

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

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

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

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

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

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

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

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