#FD6DAF

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

Shades of Hot Pink #FD6DAF

Tints of Hot Pink #FD6DAF

Color information

#FD6DAF (or 0xFD6DAF) is unknown color: approx Hot Pink. HEX triplet: FD, 6D and AF. RGB value is (253,109,175). Sum of RGB (Red+Green+Blue) = 253+109+175=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6DAF is #029250. Grayscale: #9F9F9F. Windows color (decimal): -168529 or 11496957. OLE color: 11496957.

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

Color convert

RGB253109175-
CMYK00.570.310.01
HSL332.5º97.3%70.98%-
HSV(B)332.5º56.92%99.22%-
XYZ53.7134.9244.47-
YUV159.58136.71194.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.11%
GREEN value IS 109 (42.97% from 255) = 20.30%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=47.11%
G=20.30%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310917500.570.310.01332.597.370.98
HexFD6DAF0391F114c6147
Octal375155257071371514141107
Binary11111101110110110101111011100111111110100110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6DAF; }

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

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

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

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

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

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

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

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