#F06AA7

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

Shades of Hot Pink #F06AA7

Tints of Hot Pink #F06AA7

Color information

#F06AA7 (or 0xF06AA7) is unknown color: approx Hot Pink. HEX triplet: F0, 6A and A7. RGB value is (240,106,167). Sum of RGB (Red+Green+Blue) = 240+106+167=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06AA7 is #0F9558. Grayscale: #989898. Windows color (decimal): -1021273 or 10971888. OLE color: 10971888.

HSL color Cylindrical-coordinate representation of color #F06AA7: hue angle of 332.69º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06AA7 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB240106167-
CMYK00.560.300.06
HSL332.69º81.71%67.84%-
HSV(B)332.69º55.83%94.12%-
XYZ48.0631.6240.13-
YUV153.02135.89190.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 106 (41.80% from 255) = 20.66%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=46.78%
G=20.66%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010616700.560.300.06332.6981.7167.84
HexF06AA70381E614d5244
Octal360152247070366515122104
Binary1111000011010101010011101110001111011010100110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06AA7; }

 p { color: rgb(240,106,167); }

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

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

 a { background-color: rgb(240,106,167); }

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

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

 span { border-color: rgb(240,106,167); }

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