#F771AB

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

Shades of Hot Pink #F771AB

Tints of Hot Pink #F771AB

Color information

#F771AB (or 0xF771AB) is unknown color: approx Hot Pink. HEX triplet: F7, 71 and AB. RGB value is (247,113,171). Sum of RGB (Red+Green+Blue) = 247+113+171=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F771AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F771AB is #088E54. Grayscale: #9F9F9F. Windows color (decimal): -560725 or 11235831. OLE color: 11235831.

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

Color convert

RGB247113171-
CMYK00.540.310.03
HSL334.03º89.33%70.59%-
HSV(B)334.03º54.25%96.86%-
XYZ51.6134.5242.47-
YUV159.68134.39190.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.52%
GREEN value IS 113 (44.53% from 255) = 21.28%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=46.52%
G=21.28%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711317100.540.310.03334.0389.3370.59
HexF771AB0361F314e5947
Octal367161253066373516131107
Binary111101111110001101010110110110111111110100111010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F771AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F771AB; }

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

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

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

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

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

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

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

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