#FC149A

Color #FC149A Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FC149A

Tints of Deep Pink #FC149A

Color information

#FC149A (or 0xFC149A) is unknown color: approx Deep Pink. HEX triplet: FC, 14 and 9A. RGB value is (252,20,154). Sum of RGB (Red+Green+Blue) = 252+20+154=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC149A is #03EB65. Grayscale: #686868. Windows color (decimal): -256870 or 10097916. OLE color: 10097916.

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

Color convert

RGB25220154-
CMYK00.920.390.01
HSL325.34º97.48%53.33%-
HSV(B)325.34º92.06%98.82%-
XYZ46.2323.5332.68-
YUV104.64155.86233.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.15%
GREEN value IS 20 (8.20% from 255) = 4.69%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=59.15%
G=4.69%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522015400.920.390.01325.3497.4853.33
HexFC149A05C2711456135
Octal37424232013447150514165
Binary1111110010100100110100101110010011111010001011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC149A; }

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

 H1.HeaderClassName
 {
   color: #FC149A;
 }
 .AnyTagClassName
 {
   color: #FC149A;
 }
</style>
background-color css

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

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

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

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

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

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