#FD66A6

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

Shades of Hot Pink #FD66A6

Tints of Hot Pink #FD66A6

Color information

#FD66A6 (or 0xFD66A6) is unknown color: approx Hot Pink. HEX triplet: FD, 66 and A6. RGB value is (253,102,166). Sum of RGB (Red+Green+Blue) = 253+102+166=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD66A6 is #029959. Grayscale: #9A9A9A. Windows color (decimal): -170330 or 10905341. OLE color: 10905341.

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

Color convert

RGB253102166-
CMYK00.600.340.01
HSL334.57º97.42%69.61%-
HSV(B)334.57º59.68%99.22%-
XYZ52.1433.1439.72-
YUV154.44134.53198.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.56%
GREEN value IS 102 (40.23% from 255) = 19.58%
BLUE value IS 166 (65.23% from 255) = 31.86%
R=48.56%
G=19.58%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310216600.600.340.01334.5797.4269.61
HexFD66A603C22114f6146
Octal375146246074421517141106
Binary111111011100110101001100111100100010110100111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD66A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD66A6; }

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

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

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

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

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

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

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

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