Html Css Color HEX #FC1988 Deep Pink

📋 copy color: '#FC1988'

red 252 ◦ green 25 ◦ blue 136

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

Shades of Deep Pink #FC1988

Tints of Deep Pink #FC1988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.05%

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 61.02%
G = 6.05%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC1988 (or 0xFC1988) is known color: Deep Pink. HEX triplet: FC, 19 and 88. RGB value is (252,25,136). Sum of RGB (Red+Green+Blue) = 252+25+136=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1988 is #03E677. Grayscale: #696969. Windows color (decimal): -255608 or 8919548. OLE color: 8919548.

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

Color convert

RGB 252 25 136 -
CMYK 0 0.90 0.46 0.01
HSL 330.66º 0.97% 0.54% -
HSV(B) 330.66º 0.9% 0.99% -
XYZ 44.94 23.17 25.4 -
YUV 105.53 145.21 232.47 -
System Red Green Blue C M Y K H S L
Decimal 252 25 136 0 0.90 0.46 0.01 330.66 0.97 0.54
Hex FC 19 88 0 5A 2E 1 14B 61 36
Octal 374 31 210 0 132 56 1 513 141 66
Binary 11111100 11001 10001000 0 1011010 101110 1 101001011 1100001 110110

Color Harmonies of #FC1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1988

Black with #FC1988

Text Example


Text Example

White with #FC1988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1988; }

 p { color: rgb(252,25,136); }

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

background-color css

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

 a { background-color: rgb(252,25,136); }

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

border-color css

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

 span { border-color: rgb(252,25,136); }

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