#F771AF

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

Shades of Hot Pink #F771AF

Tints of Hot Pink #F771AF

Color information

#F771AF (or 0xF771AF) is unknown color: approx Hot Pink. HEX triplet: F7, 71 and AF. RGB value is (247,113,175). Sum of RGB (Red+Green+Blue) = 247+113+175=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F771AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F771AF is #088E50. Grayscale: #A0A0A0. Windows color (decimal): -560721 or 11497975. OLE color: 11497975.

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

Color convert

RGB247113175-
CMYK00.540.290.03
HSL332.24º89.33%70.59%-
HSV(B)332.24º54.25%96.86%-
XYZ5234.6844.51-
YUV160.13136.39189.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.17%
GREEN value IS 113 (44.53% from 255) = 21.12%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=46.17%
G=21.12%
B=32.71%

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
Decimal24711317500.540.290.03332.2489.3370.59
HexF771AF0361D314c5947
Octal367161257066353514131107
Binary111101111110001101011110110110111011110100110010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F771AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F771AF; }

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

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

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

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

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

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

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

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