Html Css Color HEX #FC159A Deep Pink

📋 copy color: '#FC159A'

red 252 ◦ green 21 ◦ blue 154

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

Shades of Deep Pink #FC159A

Tints of Deep Pink #FC159A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 59.02%
G = 4.92%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC159A (or 0xFC159A) is known color: Deep Pink. HEX triplet: FC, 15 and 9A. RGB value is (252,21,154). Sum of RGB (Red+Green+Blue) = 252+21+154=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC159A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC159A is #03EA65. Grayscale: #686868. Windows color (decimal): -256614 or 10098172. OLE color: 10098172.

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

Color convert

RGB 252 21 154 -
CMYK 0 0.92 0.39 0.01
HSL 325.45º 0.97% 0.54% -
HSV(B) 325.45º 0.92% 0.99% -
XYZ 46.25 23.56 32.68 -
YUV 105.23 155.53 232.69 -
System Red Green Blue C M Y K H S L
Decimal 252 21 154 0 0.92 0.39 0.01 325.45 0.97 0.54
Hex FC 15 9A 0 5C 27 1 145 61 36
Octal 374 25 232 0 134 47 1 505 141 66
Binary 11111100 10101 10011010 0 1011100 100111 1 101000101 1100001 110110

Color Harmonies of #FC159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC159A

Black with #FC159A

Text Example


Text Example

White with #FC159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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