Html Css Color HEX #FC15BB Shocking Pink

📋 copy color: '#FC15BB'

red 252 ◦ green 21 ◦ blue 187

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

Shades of Shocking Pink #FC15BB

Tints of Shocking Pink #FC15BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 54.78%
G = 4.57%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC15BB (or 0xFC15BB) is known color: Shocking Pink. HEX triplet: FC, 15 and BB. RGB value is (252,21,187). Sum of RGB (Red+Green+Blue) = 252+21+187=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15BB is #03EA44. Grayscale: #6C6C6C. Windows color (decimal): -256581 or 12260860. OLE color: 12260860.

HSL color Cylindrical-coordinate representation of color #FC15BB: hue angle of 316.88º 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 #FC15BB is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 21 187 -
CMYK 0 0.92 0.26 0.01
HSL 316.88º 0.97% 0.54% -
HSV(B) 316.88º 0.92% 0.99% -
XYZ 49.38 24.82 49.2 -
YUV 108.99 172.03 230 -
System Red Green Blue C M Y K H S L
Decimal 252 21 187 0 0.92 0.26 0.01 316.88 0.97 0.54
Hex FC 15 BB 0 5C 1A 1 13D 61 36
Octal 374 25 273 0 134 32 1 475 141 66
Binary 11111100 10101 10111011 0 1011100 11010 1 100111101 1100001 110110

Color Harmonies of #FC15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15BB

Black with #FC15BB

Text Example


Text Example

White with #FC15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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