Html Css Color HEX #FC1E8D Deep Pink

📋 copy color: '#FC1E8D'

red 252 ◦ green 30 ◦ blue 141

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

Shades of Deep Pink #FC1E8D

Tints of Deep Pink #FC1E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 59.57%
G = 7.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC1E8D (or 0xFC1E8D) is known color: Deep Pink. HEX triplet: FC, 1E and 8D. RGB value is (252,30,141). Sum of RGB (Red+Green+Blue) = 252+30+141=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1E8D is #03E172. Grayscale: #6C6C6C. Windows color (decimal): -254323 or 9248508. OLE color: 9248508.

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

Color convert

RGB 252 30 141 -
CMYK 0 0.88 0.44 0.01
HSL 330º 0.97% 0.55% -
HSV(B) 330º 0.88% 0.99% -
XYZ 45.42 23.55 27.35 -
YUV 109.03 146.05 229.97 -
System Red Green Blue C M Y K H S L
Decimal 252 30 141 0 0.88 0.44 0.01 330 0.97 0.55
Hex FC 1E 8D 0 58 2C 1 14A 61 37
Octal 374 36 215 0 130 54 1 512 141 67
Binary 11111100 11110 10001101 0 1011000 101100 1 101001010 1100001 110111

Color Harmonies of #FC1E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E8D

Black with #FC1E8D

Text Example


Text Example

White with #FC1E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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