#FC74AD

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

Shades of Hot Pink #FC74AD

Tints of Hot Pink #FC74AD

Color information

#FC74AD (or 0xFC74AD) is unknown color: approx Hot Pink. HEX triplet: FC, 74 and AD. RGB value is (252,116,173). Sum of RGB (Red+Green+Blue) = 252+116+173=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC74AD is #038B52. Grayscale: #A3A3A3. Windows color (decimal): -232275 or 11367676. OLE color: 11367676.

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

Color convert

RGB252116173-
CMYK00.540.310.01
HSL334.85º95.77%72.16%-
HSV(B)334.85º53.97%98.82%-
XYZ53.9336.243.68-
YUV163.16133.56191.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.58%
GREEN value IS 116 (45.70% from 255) = 21.44%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=46.58%
G=21.44%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211617300.540.310.01334.8595.7772.16
HexFC74AD0361F114f6048
Octal374164255066371517140110
Binary11111100111010010101101011011011111110100111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74AD; }

 p { color: rgb(252,116,173); }

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

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

 a { background-color: rgb(252,116,173); }

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

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

 span { border-color: rgb(252,116,173); }

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