Html Css Color HEX #FC15BC Shocking Pink

📋 copy color: '#FC15BC'

red 252 ◦ green 21 ◦ blue 188

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

Shades of Shocking Pink #FC15BC

Tints of Shocking Pink #FC15BC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.56%

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

R = 54.66%
G = 4.56%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC15BC (or 0xFC15BC) is known color: Shocking Pink. HEX triplet: FC, 15 and BC. RGB value is (252,21,188). Sum of RGB (Red+Green+Blue) = 252+21+188=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15BC is #03EA43. Grayscale: #6C6C6C. Windows color (decimal): -256580 or 12326396. OLE color: 12326396.

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

Color convert

RGB 252 21 188 -
CMYK 0 0.92 0.25 0.01
HSL 316.62º 0.97% 0.54% -
HSV(B) 316.62º 0.92% 0.99% -
XYZ 49.49 24.86 49.77 -
YUV 109.11 172.53 229.92 -
System Red Green Blue C M Y K H S L
Decimal 252 21 188 0 0.92 0.25 0.01 316.62 0.97 0.54
Hex FC 15 BC 0 5C 19 1 13D 61 36
Octal 374 25 274 0 134 31 1 475 141 66
Binary 11111100 10101 10111100 0 1011100 11001 1 100111101 1100001 110110

Color Harmonies of #FC15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15BC

Black with #FC15BC

Text Example


Text Example

White with #FC15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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