Html Css Color HEX #FC00BA Shocking Pink

📋 copy color: '#FC00BA'

red 252 ◦ green 0 ◦ blue 186

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

Shades of Shocking Pink #FC00BA

Tints of Shocking Pink #FC00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 57.53%
G = 0%
B = 42.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC00BA (or 0xFC00BA) is known color: Shocking Pink. HEX triplet: FC, 00 and BA. RGB value is (252,0,186). Sum of RGB (Red+Green+Blue) = 252+0+186=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00BA is #03FF45. Grayscale: #606060. Windows color (decimal): -261958 or 12189948. OLE color: 12189948.

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

Color convert

RGB 252 0 186 -
CMYK 0 1 0.26 0.01
HSL 315.71º 1% 0.49% -
HSV(B) 315.71º 1% 0.99% -
XYZ 49.01 24.24 48.55 -
YUV 96.55 178.49 238.88 -
System Red Green Blue C M Y K H S L
Decimal 252 0 186 0 1 0.26 0.01 315.71 1 0.49
Hex FC 0 BA 0 64 1A 1 13C 64 31
Octal 374 0 272 0 144 32 1 474 144 61
Binary 11111100 0 10111010 0 1100100 11010 1 100111100 1100100 110001

Color Harmonies of #FC00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00BA

Black with #FC00BA

Text Example


Text Example

White with #FC00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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