#FF77B5

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

Shades of Hot Pink #FF77B5

Tints of Hot Pink #FF77B5

Color information

#FF77B5 (or 0xFF77B5) is unknown color: approx Hot Pink. HEX triplet: FF, 77 and B5. RGB value is (255,119,181). Sum of RGB (Red+Green+Blue) = 255+119+181=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77B5 is #00884A. Grayscale: #A6A6A6. Windows color (decimal): -34891 or 11892735. OLE color: 11892735.

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

Color convert

RGB255119181-
CMYK00.530.290
HSL332.65º100%73.33%-
HSV(B)332.65º53.33%100%-
XYZ56.1837.7948.05-
YUV166.73136.06190.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 119 (46.88% from 255) = 21.44%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=45.95%
G=21.44%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511918100.530.290332.6510073.33
HexFF77B50351D014d6449
Octal377167265065350515144111
Binary11111111111011110110101011010111101010100110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF77B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF77B5; }

 p { color: rgb(255,119,181); }

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

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

 a { background-color: rgb(255,119,181); }

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

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

 span { border-color: rgb(255,119,181); }

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