#FD70AE

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

Shades of Hot Pink #FD70AE

Tints of Hot Pink #FD70AE

Color information

#FD70AE (or 0xFD70AE) is unknown color: approx Hot Pink. HEX triplet: FD, 70 and AE. RGB value is (253,112,174). Sum of RGB (Red+Green+Blue) = 253+112+174=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD70AE is #028F51. Grayscale: #A1A1A1. Windows color (decimal): -167762 or 11432189. OLE color: 11432189.

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

Color convert

RGB253112174-
CMYK00.560.310.01
HSL333.62º97.24%71.57%-
HSV(B)333.62º55.73%99.22%-
XYZ53.9435.5344.06-
YUV161.23135.21193.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.94%
GREEN value IS 112 (44.14% from 255) = 20.78%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=46.94%
G=20.78%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311217400.560.310.01333.6297.2471.57
HexFD70AE0381F114e6148
Octal375160256070371516141110
Binary11111101111000010101110011100011111110100111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD70AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD70AE; }

 p { color: rgb(253,112,174); }

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

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

 a { background-color: rgb(253,112,174); }

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

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

 span { border-color: rgb(253,112,174); }

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