Html Css Color HEX #FC118D Deep Pink

📋 copy color: '#FC118D'

red 252 ◦ green 17 ◦ blue 141

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

Shades of Deep Pink #FC118D

Tints of Deep Pink #FC118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.15%

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

R = 61.46%
G = 4.15%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC118D (or 0xFC118D) is known color: Deep Pink. HEX triplet: FC, 11 and 8D. RGB value is (252,17,141). Sum of RGB (Red+Green+Blue) = 252+17+141=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC118D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC118D is #03EE72. Grayscale: #656565. Windows color (decimal): -257651 or 9245180. OLE color: 9245180.

HSL color Cylindrical-coordinate representation of color #FC118D: hue angle of 328.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC118D is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 17 141 -
CMYK 0 0.93 0.44 0.01
HSL 328.34º 0.98% 0.53% -
HSV(B) 328.34º 0.93% 0.99% -
XYZ 45.15 23.02 27.26 -
YUV 101.4 150.36 235.42 -
System Red Green Blue C M Y K H S L
Decimal 252 17 141 0 0.93 0.44 0.01 328.34 0.98 0.53
Hex FC 11 8D 0 5D 2C 1 148 62 35
Octal 374 21 215 0 135 54 1 510 142 65
Binary 11111100 10001 10001101 0 1011101 101100 1 101001000 1100010 110101

Color Harmonies of #FC118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC118D

Black with #FC118D

Text Example


Text Example

White with #FC118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC118D; }

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

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

background-color css

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

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

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

border-color css

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

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

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