#FF76B0

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

Shades of Hot Pink #FF76B0

Tints of Hot Pink #FF76B0

Color information

#FF76B0 (or 0xFF76B0) is unknown color: approx Hot Pink. HEX triplet: FF, 76 and B0. RGB value is (255,118,176). Sum of RGB (Red+Green+Blue) = 255+118+176=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF76B0 is #00894F. Grayscale: #A5A5A5. Windows color (decimal): -35152 or 11564799. OLE color: 11564799.

HSL color Cylindrical-coordinate representation of color #FF76B0: hue angle of 334.6º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF76B0 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255118176-
CMYK00.540.310
HSL334.6º100%73.14%-
HSV(B)334.6º53.73%100%-
XYZ55.5537.3545.36-
YUV165.57133.89191.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 118 (46.48% from 255) = 21.49%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=46.45%
G=21.49%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511817600.540.310334.610073.14
HexFF76B00361F014f6449
Octal377166260066370517144111
Binary11111111111011010110000011011011111010100111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF76B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF76B0; }

 p { color: rgb(255,118,176); }

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

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

 a { background-color: rgb(255,118,176); }

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

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

 span { border-color: rgb(255,118,176); }

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