Html Css Color HEX #FC17D2 Shocking Pink

📋 copy color: '#FC17D2'

red 252 ◦ green 23 ◦ blue 210

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

Shades of Shocking Pink #FC17D2

Tints of Shocking Pink #FC17D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.3%

R = 51.96%
G = 4.74%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC17D2 (or 0xFC17D2) is known color: Shocking Pink. HEX triplet: FC, 17 and D2. RGB value is (252,23,210). Sum of RGB (Red+Green+Blue) = 252+23+210=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17D2 is #03E82D. Grayscale: #707070. Windows color (decimal): -256046 or 13768700. OLE color: 13768700.

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

Color convert

RGB 252 23 210 -
CMYK 0 0.91 0.17 0.01
HSL 311º 0.97% 0.54% -
HSV(B) 311º 0.91% 0.99% -
XYZ 52.08 25.96 63.24 -
YUV 112.79 182.87 227.29 -
System Red Green Blue C M Y K H S L
Decimal 252 23 210 0 0.91 0.17 0.01 311 0.97 0.54
Hex FC 17 D2 0 5B 11 1 137 61 36
Octal 374 27 322 0 133 21 1 467 141 66
Binary 11111100 10111 11010010 0 1011011 10001 1 100110111 1100001 110110

Color Harmonies of #FC17D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC17D2

Black with #FC17D2

Text Example


Text Example

White with #FC17D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC17D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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