#F777B0

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

Shades of Hot Pink #F777B0

Tints of Hot Pink #F777B0

Color information

#F777B0 (or 0xF777B0) is unknown color: approx Hot Pink. HEX triplet: F7, 77 and B0. RGB value is (247,119,176). Sum of RGB (Red+Green+Blue) = 247+119+176=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F777B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F777B0 is #08884F. Grayscale: #A3A3A3. Windows color (decimal): -559184 or 11565047. OLE color: 11565047.

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

Color convert

RGB247119176-
CMYK00.520.290.03
HSL333.28º88.89%71.76%-
HSV(B)333.28º51.82%96.86%-
XYZ52.7936.145.26-
YUV163.77134.91187.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.57%
GREEN value IS 119 (46.88% from 255) = 21.96%
BLUE value IS 176 (69.14% from 255) = 32.47%
R=45.57%
G=21.96%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711917600.520.290.03333.2888.8971.76
HexF777B00341D314d5948
Octal367167260064353515131110
Binary111101111110111101100000110100111011110100110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F777B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F777B0; }

 p { color: rgb(247,119,176); }

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

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

 a { background-color: rgb(247,119,176); }

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

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

 span { border-color: rgb(247,119,176); }

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