Html Css Color HEX #FC17BD Shocking Pink

📋 copy color: '#FC17BD'

red 252 ◦ green 23 ◦ blue 189

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

Shades of Shocking Pink #FC17BD

Tints of Shocking Pink #FC17BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.96%

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 54.31%
G = 4.96%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC17BD (or 0xFC17BD) is known color: Shocking Pink. HEX triplet: FC, 17 and BD. RGB value is (252,23,189). Sum of RGB (Red+Green+Blue) = 252+23+189=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17BD is #03E842. Grayscale: #6D6D6D. Windows color (decimal): -256067 or 12392444. OLE color: 12392444.

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

Color convert

RGB 252 23 189 -
CMYK 0 0.91 0.25 0.01
HSL 316.51º 0.97% 0.54% -
HSV(B) 316.51º 0.91% 0.99% -
XYZ 49.64 24.98 50.35 -
YUV 110.4 172.37 229 -
System Red Green Blue C M Y K H S L
Decimal 252 23 189 0 0.91 0.25 0.01 316.51 0.97 0.54
Hex FC 17 BD 0 5B 19 1 13D 61 36
Octal 374 27 275 0 133 31 1 475 141 66
Binary 11111100 10111 10111101 0 1011011 11001 1 100111101 1100001 110110

Color Harmonies of #FC17BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC17BD

Black with #FC17BD

Text Example


Text Example

White with #FC17BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC17BD; }

 p { color: rgb(252,23,189); }

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

background-color css

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

 a { background-color: rgb(252,23,189); }

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

border-color css

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

 span { border-color: rgb(252,23,189); }

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