Html Css Color HEX #F711BC Shocking Pink

📋 copy color: '#F711BC'

red 247 ◦ green 17 ◦ blue 188

#F711BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #F711BC

Tints of Shocking Pink #F711BC

RGB

 RED value IS 247 (96.88% from 255) = 54.65%

 GREEN value IS 17 (7.03% from 255) = 3.76%

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 54.65%
G = 3.76%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F711BC (or 0xF711BC) is known color: Shocking Pink. HEX triplet: F7, 11 and BC. RGB value is (247,17,188). Sum of RGB (Red+Green+Blue) = 247+17+188=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 17 (7.03% from 255 or 3.76% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F711BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711BC is #08EE43. Grayscale: #686868. Windows color (decimal): -585284 or 12325367. OLE color: 12325367.

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

Color convert

RGB 247 17 188 -
CMYK 0 0.93 0.24 0.03
HSL 315.39º 0.93% 0.52% -
HSV(B) 315.39º 0.93% 0.97% -
XYZ 47.64 23.81 49.66 -
YUV 105.26 174.7 229.1 -
System Red Green Blue C M Y K H S L
Decimal 247 17 188 0 0.93 0.24 0.03 315.39 0.93 0.52
Hex F7 11 BC 0 5D 18 3 13B 5D 34
Octal 367 21 274 0 135 30 3 473 135 64
Binary 11110111 10001 10111100 0 1011101 11000 11 100111011 1011101 110100

Color Harmonies of #F711BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F711BC

Black with #F711BC

Text Example


Text Example

White with #F711BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F711BC; }

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

 H1.HeaderClassName
 {
   color: #F711BC;
 }
 .AnyTagClassName
 {
   color: #F711BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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