#FD72AF

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

Shades of Hot Pink #FD72AF

Tints of Hot Pink #FD72AF

Color information

#FD72AF (or 0xFD72AF) is unknown color: approx Hot Pink. HEX triplet: FD, 72 and AF. RGB value is (253,114,175). Sum of RGB (Red+Green+Blue) = 253+114+175=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD72AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD72AF is #028D50. Grayscale: #A2A2A2. Windows color (decimal): -167249 or 11498237. OLE color: 11498237.

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

Color convert

RGB253114175-
CMYK00.550.310.01
HSL333.67º97.2%71.96%-
HSV(B)333.67º54.94%99.22%-
XYZ54.2636.0144.65-
YUV162.51135.05192.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 114 (44.92% from 255) = 21.03%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=46.68%
G=21.03%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311417500.550.310.01333.6797.271.96
HexFD72AF0371F114e6148
Octal375162257067371516141110
Binary11111101111001010101111011011111111110100111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD72AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD72AF; }

 p { color: rgb(253,114,175); }

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

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

 a { background-color: rgb(253,114,175); }

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

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

 span { border-color: rgb(253,114,175); }

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