Html Css Color HEX #FC1DCB Shocking Pink

📋 copy color: '#FC1DCB'

red 252 ◦ green 29 ◦ blue 203

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

Shades of Shocking Pink #FC1DCB

Tints of Shocking Pink #FC1DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.99%

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 52.07%
G = 5.99%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC1DCB (or 0xFC1DCB) is known color: Shocking Pink. HEX triplet: FC, 1D and CB. RGB value is (252,29,203). Sum of RGB (Red+Green+Blue) = 252+29+203=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 29 (11.72% from 255 or 5.99% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1DCB is #03E234. Grayscale: #737373. Windows color (decimal): -254517 or 13311484. OLE color: 13311484.

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

Color convert

RGB 252 29 203 -
CMYK 0 0.88 0.19 0.01
HSL 313.18º 0.97% 0.55% -
HSV(B) 313.18º 0.88% 0.99% -
XYZ 51.36 25.89 58.79 -
YUV 115.51 177.38 225.35 -
System Red Green Blue C M Y K H S L
Decimal 252 29 203 0 0.88 0.19 0.01 313.18 0.97 0.55
Hex FC 1D CB 0 58 13 1 139 61 37
Octal 374 35 313 0 130 23 1 471 141 67
Binary 11111100 11101 11001011 0 1011000 10011 1 100111001 1100001 110111

Color Harmonies of #FC1DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1DCB

Black with #FC1DCB

Text Example


Text Example

White with #FC1DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1DCB; }

 p { color: rgb(252,29,203); }

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

background-color css

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

 a { background-color: rgb(252,29,203); }

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

border-color css

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

 span { border-color: rgb(252,29,203); }

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