Html Css Color HEX #FC1E88 Deep Pink

📋 copy color: '#FC1E88'

red 252 ◦ green 30 ◦ blue 136

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

Shades of Deep Pink #FC1E88

Tints of Deep Pink #FC1E88

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.18%

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

R = 60.29%
G = 7.18%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC1E88 (or 0xFC1E88) is known color: Deep Pink. HEX triplet: FC, 1E and 88. RGB value is (252,30,136). Sum of RGB (Red+Green+Blue) = 252+30+136=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1E88 is #03E177. Grayscale: #6C6C6C. Windows color (decimal): -254328 or 8920828. OLE color: 8920828.

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

Color convert

RGB 252 30 136 -
CMYK 0 0.88 0.46 0.01
HSL 331.35º 0.97% 0.55% -
HSV(B) 331.35º 0.88% 0.99% -
XYZ 45.05 23.4 25.43 -
YUV 108.46 143.55 230.38 -
System Red Green Blue C M Y K H S L
Decimal 252 30 136 0 0.88 0.46 0.01 331.35 0.97 0.55
Hex FC 1E 88 0 58 2E 1 14B 61 37
Octal 374 36 210 0 130 56 1 513 141 67
Binary 11111100 11110 10001000 0 1011000 101110 1 101001011 1100001 110111

Color Harmonies of #FC1E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E88

Black with #FC1E88

Text Example


Text Example

White with #FC1E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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