Html Css Color HEX #F011BC Shocking Pink

📋 copy color: '#F011BC'

red 240 ◦ green 17 ◦ blue 188

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

Shades of Shocking Pink #F011BC

Tints of Shocking Pink #F011BC

RGB

 RED value IS 240 (94.14% from 255) = 53.93%

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

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

R = 53.93%
G = 3.82%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F011BC (or 0xF011BC) is known color: Shocking Pink. HEX triplet: F0, 11 and BC. RGB value is (240,17,188). Sum of RGB (Red+Green+Blue) = 240+17+188=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F011BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011BC is #0FEE43. Grayscale: #666666. Windows color (decimal): -1044036 or 12325360. OLE color: 12325360.

HSL color Cylindrical-coordinate representation of color #F011BC: hue angle of 313.99º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F011BC is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 188 -
CMYK 0 0.93 0.22 0.06
HSL 313.99º 0.88% 0.5% -
HSV(B) 313.99º 0.93% 0.94% -
XYZ 45.21 22.56 49.55 -
YUV 103.17 175.88 225.6 -
System Red Green Blue C M Y K H S L
Decimal 240 17 188 0 0.93 0.22 0.06 313.99 0.88 0.5
Hex F0 11 BC 0 5D 16 6 13A 58 32
Octal 360 21 274 0 135 26 6 472 130 62
Binary 11110000 10001 10111100 0 1011101 10110 110 100111010 1011000 110010

Color Harmonies of #F011BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011BC

Black with #F011BC

Text Example


Text Example

White with #F011BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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