Html Css Color HEX #FC17D4 Shocking Pink

📋 copy color: '#FC17D4'

red 252 ◦ green 23 ◦ blue 212

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

Shades of Shocking Pink #FC17D4

Tints of Shocking Pink #FC17D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.53%

R = 51.75%
G = 4.72%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC17D4 (or 0xFC17D4) is known color: Shocking Pink. HEX triplet: FC, 17 and D4. RGB value is (252,23,212). Sum of RGB (Red+Green+Blue) = 252+23+212=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 23 (9.38% from 255 or 4.72% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17D4 is #03E82B. Grayscale: #707070. Windows color (decimal): -256044 or 13899772. OLE color: 13899772.

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

Color convert

RGB 252 23 212 -
CMYK 0 0.91 0.16 0.01
HSL 310.48º 0.97% 0.54% -
HSV(B) 310.48º 0.91% 0.99% -
XYZ 52.33 26.06 64.56 -
YUV 113.02 183.87 227.13 -
System Red Green Blue C M Y K H S L
Decimal 252 23 212 0 0.91 0.16 0.01 310.48 0.97 0.54
Hex FC 17 D4 0 5B 10 1 136 61 36
Octal 374 27 324 0 133 20 1 466 141 66
Binary 11111100 10111 11010100 0 1011011 10000 1 100110110 1100001 110110

Color Harmonies of #FC17D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC17D4

Black with #FC17D4

Text Example


Text Example

White with #FC17D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC17D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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