#F71BBC

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

Shades of Shocking Pink #F71BBC

Tints of Shocking Pink #F71BBC

Color information

#F71BBC (or 0xF71BBC) is unknown color: approx Shocking Pink. HEX triplet: F7, 1B and BC. RGB value is (247,27,188). Sum of RGB (Red+Green+Blue) = 247+27+188=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71BBC is #08E443. Grayscale: #6E6E6E. Windows color (decimal): -582724 or 12327927. OLE color: 12327927.

HSL color Cylindrical-coordinate representation of color #F71BBC: hue angle of 316.09º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71BBC is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB24727188-
CMYK00.890.240.03
HSL316.09º93.22%53.73%-
HSV(B)316.09º89.07%96.86%-
XYZ47.8324.1949.73-
YUV111.13171.39224.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.46%
GREEN value IS 27 (10.94% from 255) = 5.84%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=53.46%
G=5.84%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472718800.890.240.03316.0993.2253.73
HexF71BBC05918313c5d36
Octal36733274013130347413566
Binary1111011111011101111000101100111000111001111001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71BBC; }

 p { color: rgb(247,27,188); }

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

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

 a { background-color: rgb(247,27,188); }

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

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

 span { border-color: rgb(247,27,188); }

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