#FC74B7

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

Shades of Hot Pink #FC74B7

Tints of Hot Pink #FC74B7

Color information

#FC74B7 (or 0xFC74B7) is unknown color: approx Hot Pink. HEX triplet: FC, 74 and B7. RGB value is (252,116,183). Sum of RGB (Red+Green+Blue) = 252+116+183=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74B7 is #038B48. Grayscale: #A4A4A4. Windows color (decimal): -232265 or 12023036. OLE color: 12023036.

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

Color convert

RGB252116183-
CMYK00.540.270.01
HSL330.44º95.77%72.16%-
HSV(B)330.44º53.97%98.82%-
XYZ54.9436.6148.97-
YUV164.3138.56190.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.74%
GREEN value IS 116 (45.70% from 255) = 21.05%
BLUE value IS 183 (71.88% from 255) = 33.21%
R=45.74%
G=21.05%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211618300.540.270.01330.4495.7772.16
HexFC74B70361B114a6048
Octal374164267066331512140110
Binary11111100111010010110111011011011011110100101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74B7; }

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

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

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

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

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

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

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

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