Html Css Color HEX #FC1E8E Deep Pink

📋 copy color: '#FC1E8E'

red 252 ◦ green 30 ◦ blue 142

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

Shades of Deep Pink #FC1E8E

Tints of Deep Pink #FC1E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 59.43%
G = 7.08%
B = 33.49%

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

#FC1E8E (or 0xFC1E8E) is known color: Deep Pink. HEX triplet: FC, 1E and 8E. RGB value is (252,30,142). Sum of RGB (Red+Green+Blue) = 252+30+142=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1E8E is #03E171. Grayscale: #6C6C6C. Windows color (decimal): -254322 or 9314044. OLE color: 9314044.

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

Color convert

RGB 252 30 142 -
CMYK 0 0.88 0.44 0.01
HSL 329.73º 0.97% 0.55% -
HSV(B) 329.73º 0.88% 0.99% -
XYZ 45.49 23.58 27.74 -
YUV 109.15 146.55 229.89 -
System Red Green Blue C M Y K H S L
Decimal 252 30 142 0 0.88 0.44 0.01 329.73 0.97 0.55
Hex FC 1E 8E 0 58 2C 1 14A 61 37
Octal 374 36 216 0 130 54 1 512 141 67
Binary 11111100 11110 10001110 0 1011000 101100 1 101001010 1100001 110111

Color Harmonies of #FC1E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E8E

Black with #FC1E8E

Text Example


Text Example

White with #FC1E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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