Html Css Color HEX #FC07BC Shocking Pink

📋 copy color: '#FC07BC'

red 252 ◦ green 7 ◦ blue 188

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

Shades of Shocking Pink #FC07BC

Tints of Shocking Pink #FC07BC

RGB

 RED value IS 252 (98.83% from 255) = 56.38%

 GREEN value IS 7 (3.13% from 255) = 1.57%

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

R = 56.38%
G = 1.57%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC07BC (or 0xFC07BC) is known color: Shocking Pink. HEX triplet: FC, 07 and BC. RGB value is (252,7,188). Sum of RGB (Red+Green+Blue) = 252+7+188=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 7 (3.12% from 255 or 1.57% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07BC is #03F843. Grayscale: #646464. Windows color (decimal): -260164 or 12322812. OLE color: 12322812.

HSL color Cylindrical-coordinate representation of color #FC07BC: hue angle of 315.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC07BC is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 7 188 -
CMYK 0 0.97 0.25 0.01
HSL 315.67º 0.98% 0.51% -
HSV(B) 315.67º 0.97% 0.99% -
XYZ 49.3 24.48 49.7 -
YUV 100.89 177.17 235.78 -
System Red Green Blue C M Y K H S L
Decimal 252 7 188 0 0.97 0.25 0.01 315.67 0.98 0.51
Hex FC 7 BC 0 61 19 1 13C 62 33
Octal 374 7 274 0 141 31 1 474 142 63
Binary 11111100 111 10111100 0 1100001 11001 1 100111100 1100010 110011

Color Harmonies of #FC07BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07BC

Black with #FC07BC

Text Example


Text Example

White with #FC07BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07BC; }

 p { color: rgb(252,7,188); }

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

background-color css

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

 a { background-color: rgb(252,7,188); }

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

border-color css

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

 span { border-color: rgb(252,7,188); }

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