Html Css Color HEX #FC19BA Shocking Pink

📋 copy color: '#FC19BA'

red 252 ◦ green 25 ◦ blue 186

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

Shades of Shocking Pink #FC19BA

Tints of Shocking Pink #FC19BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.4%

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

R = 54.43%
G = 5.4%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC19BA (or 0xFC19BA) is known color: Shocking Pink. HEX triplet: FC, 19 and BA. RGB value is (252,25,186). Sum of RGB (Red+Green+Blue) = 252+25+186=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19BA is #03E645. Grayscale: #6E6E6E. Windows color (decimal): -255558 or 12196348. OLE color: 12196348.

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

Color convert

RGB 252 25 186 -
CMYK 0 0.90 0.26 0.01
HSL 317.44º 0.97% 0.54% -
HSV(B) 317.44º 0.9% 0.99% -
XYZ 49.36 24.94 48.67 -
YUV 111.23 170.21 228.41 -
System Red Green Blue C M Y K H S L
Decimal 252 25 186 0 0.90 0.26 0.01 317.44 0.97 0.54
Hex FC 19 BA 0 5A 1A 1 13D 61 36
Octal 374 31 272 0 132 32 1 475 141 66
Binary 11111100 11001 10111010 0 1011010 11010 1 100111101 1100001 110110

Color Harmonies of #FC19BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19BA

Black with #FC19BA

Text Example


Text Example

White with #FC19BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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