#F764A8

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

Shades of Hot Pink #F764A8

Tints of Hot Pink #F764A8

Color information

#F764A8 (or 0xF764A8) is unknown color: approx Hot Pink. HEX triplet: F7, 64 and A8. RGB value is (247,100,168). Sum of RGB (Red+Green+Blue) = 247+100+168=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F764A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F764A8 is #089B57. Grayscale: #979797. Windows color (decimal): -564056 or 11035895. OLE color: 11035895.

HSL color Cylindrical-coordinate representation of color #F764A8: hue angle of 332.24º 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 #F764A8 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB247100168-
CMYK00.600.320.03
HSL332.24º90.18%68.04%-
HSV(B)332.24º59.51%96.86%-
XYZ49.9831.7240.53-
YUV151.7137.2195.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.96%
GREEN value IS 100 (39.45% from 255) = 19.42%
BLUE value IS 168 (66.02% from 255) = 32.62%
R=47.96%
G=19.42%
B=32.62%

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
Decimal24710016800.600.320.03332.2490.1868.04
HexF764A803C20314c5a44
Octal367144250074403514132104
Binary1111011111001001010100001111001000001110100110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F764A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F764A8; }

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

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

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

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

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

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

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

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