#FF6AA4

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

Shades of Hot Pink #FF6AA4

Tints of Hot Pink #FF6AA4

Color information

#FF6AA4 (or 0xFF6AA4) is unknown color: approx Hot Pink. HEX triplet: FF, 6A and A4. RGB value is (255,106,164). Sum of RGB (Red+Green+Blue) = 255+106+164=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6AA4 is #00955B. Grayscale: #9D9D9D. Windows color (decimal): -38236 or 10775295. OLE color: 10775295.

HSL color Cylindrical-coordinate representation of color #FF6AA4: hue angle of 336.64º 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 #FF6AA4 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255106164-
CMYK00.580.360
HSL336.64º100%70.78%-
HSV(B)336.64º58.43%100%-
XYZ53.0934.2538.93-
YUV157.16131.86197.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 106 (41.80% from 255) = 20.19%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=48.57%
G=20.19%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510616400.580.360336.6410070.78
HexFF6AA403A2401516447
Octal377152244072440521144107
Binary111111111101010101001000111010100100010101000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6AA4; }

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

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

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

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

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

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

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

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