#F771A8

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

Shades of Hot Pink #F771A8

Tints of Hot Pink #F771A8

Color information

#F771A8 (or 0xF771A8) is unknown color: approx Hot Pink. HEX triplet: F7, 71 and A8. RGB value is (247,113,168). Sum of RGB (Red+Green+Blue) = 247+113+168=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F771A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F771A8 is #088E57. Grayscale: #9F9F9F. Windows color (decimal): -560728 or 11039223. OLE color: 11039223.

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

Color convert

RGB247113168-
CMYK00.540.320.03
HSL335.37º89.33%70.59%-
HSV(B)335.37º54.25%96.86%-
XYZ51.3334.4140.98-
YUV159.34132.89190.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.78%
GREEN value IS 113 (44.53% from 255) = 21.40%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=46.78%
G=21.40%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711316800.540.320.03335.3789.3370.59
HexF771A803620314f5947
Octal367161250066403517131107
Binary1111011111100011010100001101101000001110100111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F771A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F771A8; }

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

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

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

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

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

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

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

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