#F664AA

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

Shades of Hot Pink #F664AA

Tints of Hot Pink #F664AA

Color information

#F664AA (or 0xF664AA) is unknown color: approx Hot Pink. HEX triplet: F6, 64 and AA. RGB value is (246,100,170). Sum of RGB (Red+Green+Blue) = 246+100+170=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F664AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F664AA is #099B55. Grayscale: #979797. Windows color (decimal): -629590 or 11166966. OLE color: 11166966.

HSL color Cylindrical-coordinate representation of color #F664AA: hue angle of 331.23º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F664AA is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB246100170-
CMYK00.590.310.04
HSL331.23º89.02%67.84%-
HSV(B)331.23º59.35%96.47%-
XYZ49.8231.6141.51-
YUV151.63138.37195.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.67%
GREEN value IS 100 (39.45% from 255) = 19.38%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=47.67%
G=19.38%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610017000.590.310.04331.2389.0267.84
HexF664AA03B1F414b5944
Octal366144252073374513131104
Binary1111011011001001010101001110111111110010100101110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F664AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F664AA; }

 p { color: rgb(246,100,170); }

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

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

 a { background-color: rgb(246,100,170); }

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

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

 span { border-color: rgb(246,100,170); }

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