Shades of Hot Pink #FF77B3
Tints of Hot Pink #FF77B3
RGB
CMYK
RGB Variations
Color information
#FF77B3 (or 0xFF77B3) is known color: Hot Pink. HEX triplet: FF, 77 and B3. RGB value is (255,119,179). Sum of RGB (Red+Green+Blue) = 255+119+179=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77B3 is #00884C. Grayscale: #A6A6A6. Windows color (decimal): -34893 or 11761663. OLE color: 11761663.
HSL color Cylindrical-coordinate representation of color #FF77B3: hue angle of 333.53º 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 #FF77B3 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 179 | - |
| CMYK | 0 | 0.53 | 0.30 | 0 |
| HSL | 333.53º | 1% | 0.73% | - |
| HSV(B) | 333.53º | 0.53% | 1% | - |
| XYZ | 55.97 | 37.71 | 46.98 | - |
| YUV | 166.5 | 135.06 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 179 | 0 | 0.53 | 0.30 | 0 | 333.53 | 1 | 0.73 |
| Hex | FF | 77 | B3 | 0 | 35 | 1E | 0 | 14E | 64 | 49 |
| Octal | 377 | 167 | 263 | 0 | 65 | 36 | 0 | 516 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10110011 | 0 | 110101 | 11110 | 0 | 101001110 | 1100100 | 1001001 |
Color Harmonies of #FF77B3
Complementary color
Monochromatic Colors of #FF77B3
Black with #FF77B3
Text Example
Text Example
White with #FF77B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77B3; }
p { color: rgb(255,119,179); }
H1.HeaderClassName
{
color: #FF77B3;
}
.AnyTagClassName
{
color: #FF77B3;
}
</style>
background-color css
<style>
a { background-color: #FF77B3; }
a { background-color: rgb(255,119,179); }
div.DivClassName
{
background-color: #FF77B3;
}
.BgClassName
{
background-color: #FF77B3;
}
</style>
border-color css
<style>
span { border-color: #FF77B3; }
span { border-color: rgb(255,119,179); }
td.TdClassName
{
border-color: #FF77B3;
}
.TagClassName
{
border-color: #FF77B3;
}
</style>