Html Css Color HEX #FC1BD0 Shocking Pink

📋 copy color: '#FC1BD0'

red 252 ◦ green 27 ◦ blue 208

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

Shades of Shocking Pink #FC1BD0

Tints of Shocking Pink #FC1BD0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.54%

 BLUE value IS 208 (81.64% from 255) = 42.71%

R = 51.75%
G = 5.54%
B = 42.71%

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

#FC1BD0 (or 0xFC1BD0) is known color: Shocking Pink. HEX triplet: FC, 1B and D0. RGB value is (252,27,208). Sum of RGB (Red+Green+Blue) = 252+27+208=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 27 (10.94% from 255 or 5.54% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BD0 is #03E42F. Grayscale: #727272. Windows color (decimal): -255024 or 13638652. OLE color: 13638652.

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

Color convert

RGB 252 27 208 -
CMYK 0 0.89 0.17 0.01
HSL 311.73º 0.97% 0.55% -
HSV(B) 311.73º 0.89% 0.99% -
XYZ 51.92 26.03 61.96 -
YUV 114.91 180.54 225.78 -
System Red Green Blue C M Y K H S L
Decimal 252 27 208 0 0.89 0.17 0.01 311.73 0.97 0.55
Hex FC 1B D0 0 59 11 1 138 61 37
Octal 374 33 320 0 131 21 1 470 141 67
Binary 11111100 11011 11010000 0 1011001 10001 1 100111000 1100001 110111

Color Harmonies of #FC1BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1BD0

Black with #FC1BD0

Text Example


Text Example

White with #FC1BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1BD0; }

 p { color: rgb(252,27,208); }

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

background-color css

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

 a { background-color: rgb(252,27,208); }

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

border-color css

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

 span { border-color: rgb(252,27,208); }

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