#F772AF

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

Shades of Hot Pink #F772AF

Tints of Hot Pink #F772AF

Color information

#F772AF (or 0xF772AF) is unknown color: approx Hot Pink. HEX triplet: F7, 72 and AF. RGB value is (247,114,175). Sum of RGB (Red+Green+Blue) = 247+114+175=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F772AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F772AF is #088D50. Grayscale: #A0A0A0. Windows color (decimal): -560465 or 11498231. OLE color: 11498231.

HSL color Cylindrical-coordinate representation of color #F772AF: hue angle of 332.48º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F772AF is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB247114175-
CMYK00.540.290.03
HSL332.48º89.26%70.78%-
HSV(B)332.48º53.85%96.86%-
XYZ52.1134.944.55-
YUV160.72136.06189.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.08%
GREEN value IS 114 (44.92% from 255) = 21.27%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=46.08%
G=21.27%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711417500.540.290.03332.4889.2670.78
HexF772AF0361D314c5947
Octal367162257066353514131107
Binary111101111110010101011110110110111011110100110010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F772AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F772AF; }

 p { color: rgb(247,114,175); }

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

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

 a { background-color: rgb(247,114,175); }

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

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

 span { border-color: rgb(247,114,175); }

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