Html Css Color HEX #FC1884 Deep Pink

📋 copy color: '#FC1884'

red 252 ◦ green 24 ◦ blue 132

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

Shades of Deep Pink #FC1884

Tints of Deep Pink #FC1884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.88%

 BLUE value IS 132 (51.95% from 255) = 32.35%

R = 61.76%
G = 5.88%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC1884 (or 0xFC1884) is known color: Deep Pink. HEX triplet: FC, 18 and 84. RGB value is (252,24,132). Sum of RGB (Red+Green+Blue) = 252+24+132=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1884 is #03E77B. Grayscale: #686868. Windows color (decimal): -255868 or 8657148. OLE color: 8657148.

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

Color convert

RGB 252 24 132 -
CMYK 0 0.90 0.48 0.01
HSL 331.58º 0.97% 0.54% -
HSV(B) 331.58º 0.9% 0.99% -
XYZ 44.64 23.01 23.92 -
YUV 104.48 143.54 233.22 -
System Red Green Blue C M Y K H S L
Decimal 252 24 132 0 0.90 0.48 0.01 331.58 0.97 0.54
Hex FC 18 84 0 5A 30 1 14C 61 36
Octal 374 30 204 0 132 60 1 514 141 66
Binary 11111100 11000 10000100 0 1011010 110000 1 101001100 1100001 110110

Color Harmonies of #FC1884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1884

Black with #FC1884

Text Example


Text Example

White with #FC1884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1884; }

 p { color: rgb(252,24,132); }

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

background-color css

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

 a { background-color: rgb(252,24,132); }

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

border-color css

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

 span { border-color: rgb(252,24,132); }

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