Html Css Color HEX #FC159D Deep Pink

📋 copy color: '#FC159D'

red 252 ◦ green 21 ◦ blue 157

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

Shades of Deep Pink #FC159D

Tints of Deep Pink #FC159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.88%

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 58.6%
G = 4.88%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC159D (or 0xFC159D) is known color: Deep Pink. HEX triplet: FC, 15 and 9D. RGB value is (252,21,157). Sum of RGB (Red+Green+Blue) = 252+21+157=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC159D is #03EA62. Grayscale: #696969. Windows color (decimal): -256611 or 10294780. OLE color: 10294780.

HSL color Cylindrical-coordinate representation of color #FC159D: hue angle of 324.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC159D is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 21 157 -
CMYK 0 0.92 0.38 0.01
HSL 324.68º 0.97% 0.54% -
HSV(B) 324.68º 0.92% 0.99% -
XYZ 46.5 23.67 34.02 -
YUV 105.57 157.03 232.44 -
System Red Green Blue C M Y K H S L
Decimal 252 21 157 0 0.92 0.38 0.01 324.68 0.97 0.54
Hex FC 15 9D 0 5C 26 1 145 61 36
Octal 374 25 235 0 134 46 1 505 141 66
Binary 11111100 10101 10011101 0 1011100 100110 1 101000101 1100001 110110

Color Harmonies of #FC159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC159D

Black with #FC159D

Text Example


Text Example

White with #FC159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC159D; }

 p { color: rgb(252,21,157); }

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

background-color css

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

 a { background-color: rgb(252,21,157); }

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

border-color css

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

 span { border-color: rgb(252,21,157); }

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