#F066AE

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

Shades of Hot Pink #F066AE

Tints of Hot Pink #F066AE

Color information

#F066AE (or 0xF066AE) is unknown color: approx Hot Pink. HEX triplet: F0, 66 and AE. RGB value is (240,102,174). Sum of RGB (Red+Green+Blue) = 240+102+174=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F066AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F066AE is #0F9951. Grayscale: #979797. Windows color (decimal): -1022290 or 11429616. OLE color: 11429616.

HSL color Cylindrical-coordinate representation of color #F066AE: hue angle of 328.7º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066AE is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240102174-
CMYK00.580.280.06
HSL328.7º82.14%67.06%-
HSV(B)328.7º57.5%94.12%-
XYZ48.3331.0843.5-
YUV151.47140.72191.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.51%
GREEN value IS 102 (40.23% from 255) = 19.77%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=46.51%
G=19.77%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010217400.580.280.06328.782.1467.06
HexF066AE03A1C61495243
Octal360146256072346511122103
Binary1111000011001101010111001110101110011010100100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F066AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F066AE; }

 p { color: rgb(240,102,174); }

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

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

 a { background-color: rgb(240,102,174); }

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

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

 span { border-color: rgb(240,102,174); }

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