#FD66A5

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

Shades of Hot Pink #FD66A5

Tints of Hot Pink #FD66A5

Color information

#FD66A5 (or 0xFD66A5) is unknown color: approx Hot Pink. HEX triplet: FD, 66 and A5. RGB value is (253,102,165). Sum of RGB (Red+Green+Blue) = 253+102+165=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD66A5 is #02995A. Grayscale: #9A9A9A. Windows color (decimal): -170331 or 10839805. OLE color: 10839805.

HSL color Cylindrical-coordinate representation of color #FD66A5: hue angle of 334.97º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD66A5 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB253102165-
CMYK00.600.350.01
HSL334.97º97.42%69.61%-
HSV(B)334.97º59.68%99.22%-
XYZ52.0533.139.24-
YUV154.33134.03198.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.65%
GREEN value IS 102 (40.23% from 255) = 19.62%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=48.65%
G=19.62%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310216500.600.350.01334.9797.4269.61
HexFD66A503C23114f6146
Octal375146245074431517141106
Binary111111011100110101001010111100100011110100111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD66A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD66A5; }

 p { color: rgb(253,102,165); }

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

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

 a { background-color: rgb(253,102,165); }

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

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

 span { border-color: rgb(253,102,165); }

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