Html Css Color HEX #FC1AD8 Shocking Pink

📋 copy color: '#FC1AD8'

red 252 ◦ green 26 ◦ blue 216

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

Shades of Shocking Pink #FC1AD8

Tints of Shocking Pink #FC1AD8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.26%

 BLUE value IS 216 (84.77% from 255) = 43.72%

R = 51.01%
G = 5.26%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC1AD8 (or 0xFC1AD8) is known color: Shocking Pink. HEX triplet: FC, 1A and D8. RGB value is (252,26,216). Sum of RGB (Red+Green+Blue) = 252+26+216=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 26 (10.55% from 255 or 5.26% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1AD8 is #03E527. Grayscale: #727272. Windows color (decimal): -255272 or 14162684. OLE color: 14162684.

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

Color convert

RGB 252 26 216 -
CMYK 0 0.90 0.14 0.01
HSL 309.56º 0.97% 0.55% -
HSV(B) 309.56º 0.9% 0.99% -
XYZ 52.91 26.39 67.27 -
YUV 115.23 184.87 225.55 -
System Red Green Blue C M Y K H S L
Decimal 252 26 216 0 0.90 0.14 0.01 309.56 0.97 0.55
Hex FC 1A D8 0 5A E 1 136 61 37
Octal 374 32 330 0 132 16 1 466 141 67
Binary 11111100 11010 11011000 0 1011010 1110 1 100110110 1100001 110111

Color Harmonies of #FC1AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1AD8

Black with #FC1AD8

Text Example


Text Example

White with #FC1AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1AD8; }

 p { color: rgb(252,26,216); }

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

background-color css

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

 a { background-color: rgb(252,26,216); }

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

border-color css

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

 span { border-color: rgb(252,26,216); }

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