Html Css Color HEX #FC1DBE Shocking Pink

📋 copy color: '#FC1DBE'

red 252 ◦ green 29 ◦ blue 190

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

Shades of Shocking Pink #FC1DBE

Tints of Shocking Pink #FC1DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 53.5%
G = 6.16%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC1DBE (or 0xFC1DBE) is known color: Shocking Pink. HEX triplet: FC, 1D and BE. RGB value is (252,29,190). Sum of RGB (Red+Green+Blue) = 252+29+190=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1DBE is #03E241. Grayscale: #717171. Windows color (decimal): -254530 or 12459516. OLE color: 12459516.

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

Color convert

RGB 252 29 190 -
CMYK 0 0.88 0.25 0.01
HSL 316.68º 0.97% 0.55% -
HSV(B) 316.68º 0.88% 0.99% -
XYZ 49.88 25.29 50.97 -
YUV 114.03 170.88 226.41 -
System Red Green Blue C M Y K H S L
Decimal 252 29 190 0 0.88 0.25 0.01 316.68 0.97 0.55
Hex FC 1D BE 0 58 19 1 13D 61 37
Octal 374 35 276 0 130 31 1 475 141 67
Binary 11111100 11101 10111110 0 1011000 11001 1 100111101 1100001 110111

Color Harmonies of #FC1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1DBE

Black with #FC1DBE

Text Example


Text Example

White with #FC1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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