Html Css Color HEX #FC00B9 Shocking Pink

📋 copy color: '#FC00B9'

red 252 ◦ green 0 ◦ blue 185

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

Shades of Shocking Pink #FC00B9

Tints of Shocking Pink #FC00B9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 185 (72.66% from 255) = 42.33%

R = 57.67%
G = 0%
B = 42.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC00B9 (or 0xFC00B9) is known color: Shocking Pink. HEX triplet: FC, 00 and B9. RGB value is (252,0,185). Sum of RGB (Red+Green+Blue) = 252+0+185=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00B9 is #03FF46. Grayscale: #5F5F5F. Windows color (decimal): -261959 or 12124412. OLE color: 12124412.

HSL color Cylindrical-coordinate representation of color #FC00B9: hue angle of 315.95º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00B9 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 185 -
CMYK 0 1 0.27 0.01
HSL 315.95º 1% 0.49% -
HSV(B) 315.95º 1% 0.99% -
XYZ 48.9 24.2 47.99 -
YUV 96.44 177.99 238.96 -
System Red Green Blue C M Y K H S L
Decimal 252 0 185 0 1 0.27 0.01 315.95 1 0.49
Hex FC 0 B9 0 64 1B 1 13C 64 31
Octal 374 0 271 0 144 33 1 474 144 61
Binary 11111100 0 10111001 0 1100100 11011 1 100111100 1100100 110001

Color Harmonies of #FC00B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00B9

Black with #FC00B9

Text Example


Text Example

White with #FC00B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00B9; }

 p { color: rgb(252,0,185); }

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

background-color css

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

 a { background-color: rgb(252,0,185); }

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

border-color css

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

 span { border-color: rgb(252,0,185); }

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