#F764A9

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

Shades of Hot Pink #F764A9

Tints of Hot Pink #F764A9

Color information

#F764A9 (or 0xF764A9) is unknown color: approx Hot Pink. HEX triplet: F7, 64 and A9. RGB value is (247,100,169). Sum of RGB (Red+Green+Blue) = 247+100+169=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F764A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F764A9 is #089B56. Grayscale: #979797. Windows color (decimal): -564055 or 11101431. OLE color: 11101431.

HSL color Cylindrical-coordinate representation of color #F764A9: hue angle of 331.84º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F764A9 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB247100169-
CMYK00.600.320.03
HSL331.84º90.18%68.04%-
HSV(B)331.84º59.51%96.86%-
XYZ50.0831.7541.03-
YUV151.82137.7195.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.87%
GREEN value IS 100 (39.45% from 255) = 19.38%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=47.87%
G=19.38%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710016900.600.320.03331.8490.1868.04
HexF764A903C20314c5a44
Octal367144251074403514132104
Binary1111011111001001010100101111001000001110100110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F764A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F764A9; }

 p { color: rgb(247,100,169); }

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

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

 a { background-color: rgb(247,100,169); }

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

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

 span { border-color: rgb(247,100,169); }

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