#F16AA5

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

Shades of Hot Pink #F16AA5

Tints of Hot Pink #F16AA5

Color information

#F16AA5 (or 0xF16AA5) is unknown color: approx Hot Pink. HEX triplet: F1, 6A and A5. RGB value is (241,106,165). Sum of RGB (Red+Green+Blue) = 241+106+165=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16AA5 is #0E955A. Grayscale: #989898. Windows color (decimal): -955739 or 10840817. OLE color: 10840817.

HSL color Cylindrical-coordinate representation of color #F16AA5: hue angle of 333.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16AA5 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB241106165-
CMYK00.560.320.05
HSL333.78º82.82%68.04%-
HSV(B)333.78º56.02%94.51%-
XYZ48.2231.7339.18-
YUV153.09134.73190.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 106 (41.80% from 255) = 20.70%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=47.07%
G=20.70%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110616500.560.320.05333.7882.8268.04
HexF16AA503820514e5344
Octal361152245070405516123104
Binary11110001110101010100101011100010000010110100111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16AA5; }

 p { color: rgb(241,106,165); }

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

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

 a { background-color: rgb(241,106,165); }

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

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

 span { border-color: rgb(241,106,165); }

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