#FF76B4

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

Shades of Hot Pink #FF76B4

Tints of Hot Pink #FF76B4

Color information

#FF76B4 (or 0xFF76B4) is unknown color: approx Hot Pink. HEX triplet: FF, 76 and B4. RGB value is (255,118,180). Sum of RGB (Red+Green+Blue) = 255+118+180=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76B4 is #00894B. Grayscale: #A5A5A5. Windows color (decimal): -35148 or 11826943. OLE color: 11826943.

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

Color convert

RGB255118180-
CMYK00.540.290
HSL332.85º100%73.14%-
HSV(B)332.85º53.73%100%-
XYZ55.9637.5147.47-
YUV166.03135.89191.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 118 (46.48% from 255) = 21.34%
BLUE value IS 180 (70.70% from 255) = 32.55%
R=46.11%
G=21.34%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511818000.540.290332.8510073.14
HexFF76B40361D014d6449
Octal377166264066350515144111
Binary11111111111011010110100011011011101010100110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF76B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF76B4; }

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

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

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

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

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

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

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

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