Html Css Color HEX #FC1CD2 Shocking Pink

📋 copy color: '#FC1CD2'

red 252 ◦ green 28 ◦ blue 210

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

Shades of Shocking Pink #FC1CD2

Tints of Shocking Pink #FC1CD2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.71%

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

R = 51.43%
G = 5.71%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC1CD2 (or 0xFC1CD2) is known color: Shocking Pink. HEX triplet: FC, 1C and D2. RGB value is (252,28,210). Sum of RGB (Red+Green+Blue) = 252+28+210=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1CD2 is #03E32D. Grayscale: #737373. Windows color (decimal): -254766 or 13769980. OLE color: 13769980.

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

Color convert

RGB 252 28 210 -
CMYK 0 0.89 0.17 0.01
HSL 311.25º 0.97% 0.55% -
HSV(B) 311.25º 0.89% 0.99% -
XYZ 52.19 26.18 63.27 -
YUV 115.72 181.21 225.2 -
System Red Green Blue C M Y K H S L
Decimal 252 28 210 0 0.89 0.17 0.01 311.25 0.97 0.55
Hex FC 1C D2 0 59 11 1 137 61 37
Octal 374 34 322 0 131 21 1 467 141 67
Binary 11111100 11100 11010010 0 1011001 10001 1 100110111 1100001 110111

Color Harmonies of #FC1CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CD2

Black with #FC1CD2

Text Example


Text Example

White with #FC1CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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