#FF6ABD

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

Shades of Hot Pink #FF6ABD

Tints of Hot Pink #FF6ABD

Color information

#FF6ABD (or 0xFF6ABD) is unknown color: approx Hot Pink. HEX triplet: FF, 6A and BD. RGB value is (255,106,189). Sum of RGB (Red+Green+Blue) = 255+106+189=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ABD is #009542. Grayscale: #9F9F9F. Windows color (decimal): -38211 or 12413695. OLE color: 12413695.

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

Color convert

RGB255106189-
CMYK00.580.260
HSL326.58º100%70.78%-
HSV(B)326.58º58.43%100%-
XYZ55.5835.2452.02-
YUV160.01144.36195.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 106 (41.80% from 255) = 19.27%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=46.36%
G=19.27%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510618900.580.260326.5810070.78
HexFF6ABD03A1A01476447
Octal377152275072320507144107
Binary11111111110101010111101011101011010010100011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6ABD; }

 p { color: rgb(255,106,189); }

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

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

 a { background-color: rgb(255,106,189); }

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

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

 span { border-color: rgb(255,106,189); }

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