Html Css Color HEX #F012BC Shocking Pink

📋 copy color: '#F012BC'

red 240 ◦ green 18 ◦ blue 188

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

Shades of Shocking Pink #F012BC

Tints of Shocking Pink #F012BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.04%

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

R = 53.81%
G = 4.04%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F012BC (or 0xF012BC) is known color: Shocking Pink. HEX triplet: F0, 12 and BC. RGB value is (240,18,188). Sum of RGB (Red+Green+Blue) = 240+18+188=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F012BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012BC is #0FED43. Grayscale: #676767. Windows color (decimal): -1043780 or 12325616. OLE color: 12325616.

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

Color convert

RGB 240 18 188 -
CMYK 0 0.92 0.22 0.06
HSL 314.05º 0.88% 0.51% -
HSV(B) 314.05º 0.93% 0.94% -
XYZ 45.23 22.59 49.55 -
YUV 103.76 175.55 225.18 -
System Red Green Blue C M Y K H S L
Decimal 240 18 188 0 0.92 0.22 0.06 314.05 0.88 0.51
Hex F0 12 BC 0 5C 16 6 13A 58 33
Octal 360 22 274 0 134 26 6 472 130 63
Binary 11110000 10010 10111100 0 1011100 10110 110 100111010 1011000 110011

Color Harmonies of #F012BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012BC

Black with #F012BC

Text Example


Text Example

White with #F012BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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