#FF66A5

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

Shades of Hot Pink #FF66A5

Tints of Hot Pink #FF66A5

Color information

#FF66A5 (or 0xFF66A5) is unknown color: approx Hot Pink. HEX triplet: FF, 66 and A5. RGB value is (255,102,165). Sum of RGB (Red+Green+Blue) = 255+102+165=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66A5 is #00995A. Grayscale: #9A9A9A. Windows color (decimal): -39259 or 10839807. OLE color: 10839807.

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

Color convert

RGB255102165-
CMYK00.60.350
HSL335.29º100%70%-
HSV(B)335.29º60%100%-
XYZ52.7833.4839.28-
YUV154.93133.69199.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 102 (40.23% from 255) = 19.54%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=48.85%
G=19.54%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510216500.60.350335.2910070
HexFF66A503C23014f6446
Octal377146245074430517144106
Binary111111111100110101001010111100100011010100111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66A5; }

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

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

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

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

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

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

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

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