#F706B3

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

Shades of Shocking Pink #F706B3

Tints of Shocking Pink #F706B3

Color information

#F706B3 (or 0xF706B3) is unknown color: approx Shocking Pink. HEX triplet: F7, 06 and B3. RGB value is (247,6,179). Sum of RGB (Red+Green+Blue) = 247+6+179=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F706B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706B3 is #08F94C. Grayscale: #616161. Windows color (decimal): -588109 or 11732727. OLE color: 11732727.

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

Color convert

RGB2476179-
CMYK00.980.280.03
HSL316.93º95.26%49.61%-
HSV(B)316.93º97.57%96.86%-
XYZ46.5623.1644.66-
YUV97.78173.84234.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.18%
GREEN value IS 6 (2.73% from 255) = 1.39%
BLUE value IS 179 (70.31% from 255) = 41.44%
R=57.18%
G=1.39%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247617900.980.280.03316.9395.2649.61
HexF76B30621C313d5f32
Octal3676263014234347513762
Binary11110111110101100110110001011100111001111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F706B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F706B3; }

 p { color: rgb(247,6,179); }

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

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

 a { background-color: rgb(247,6,179); }

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

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

 span { border-color: rgb(247,6,179); }

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