#F916B7

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

Shades of Shocking Pink #F916B7

Tints of Shocking Pink #F916B7

Color information

#F916B7 (or 0xF916B7) is unknown color: approx Shocking Pink. HEX triplet: F9, 16 and B7. RGB value is (249,22,183). Sum of RGB (Red+Green+Blue) = 249+22+183=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F916B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F916B7 is #06E948. Grayscale: #6B6B6B. Windows color (decimal): -452937 or 11998969. OLE color: 11998969.

HSL color Cylindrical-coordinate representation of color #F916B7: hue angle of 317.44º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F916B7 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB24922183-
CMYK00.910.270.02
HSL317.44º94.98%53.14%-
HSV(B)317.44º91.16%97.65%-
XYZ47.924.1346.93-
YUV108.23170.21228.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.85%
GREEN value IS 22 (8.98% from 255) = 4.85%
BLUE value IS 183 (71.88% from 255) = 40.31%
R=54.85%
G=4.85%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492218300.910.270.02317.4494.9853.14
HexF916B705B1B213d5f35
Octal37126267013333247513765
Binary1111100110110101101110101101111011101001111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F916B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F916B7; }

 p { color: rgb(249,22,183); }

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

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

 a { background-color: rgb(249,22,183); }

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

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

 span { border-color: rgb(249,22,183); }

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