#FC1A90

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

Shades of Deep Pink #FC1A90

Tints of Deep Pink #FC1A90

Color information

#FC1A90 (or 0xFC1A90) is unknown color: approx Deep Pink. HEX triplet: FC, 1A and 90. RGB value is (252,26,144). Sum of RGB (Red+Green+Blue) = 252+26+144=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1A90 is #03E56F. Grayscale: #6A6A6A. Windows color (decimal): -255344 or 9444092. OLE color: 9444092.

HSL color Cylindrical-coordinate representation of color #FC1A90: hue angle of 328.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A90 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB25226144-
CMYK00.900.430.01
HSL328.67º97.41%54.51%-
HSV(B)328.67º89.68%98.82%-
XYZ45.5523.4528.51-
YUV107.03148.87231.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.72%
GREEN value IS 26 (10.55% from 255) = 6.16%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=59.72%
G=6.16%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522614400.900.430.01328.6797.4154.51
HexFC1A9005A2B11496137
Octal37432220013253151114167
Binary1111110011010100100000101101010101111010010011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1A90; }

 p { color: rgb(252,26,144); }

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

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

 a { background-color: rgb(252,26,144); }

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

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

 span { border-color: rgb(252,26,144); }

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