Shades of Hot Pink #FF78B4
Tints of Hot Pink #FF78B4
RGB
CMYK
RGB Variations
Color information
#FF78B4 (or 0xFF78B4) is known color: Hot Pink. HEX triplet: FF, 78 and B4. RGB value is (255,120,180). Sum of RGB (Red+Green+Blue) = 255+120+180=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78B4 is #00874B. Grayscale: #A7A7A7. Windows color (decimal): -34636 or 11827455. OLE color: 11827455.
HSL color Cylindrical-coordinate representation of color #FF78B4: hue angle of 333.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF78B4 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 180 | - |
| CMYK | 0 | 0.53 | 0.29 | 0 |
| HSL | 333.33º | 1% | 0.74% | - |
| HSV(B) | 333.33º | 0.53% | 1% | - |
| XYZ | 56.19 | 37.99 | 47.55 | - |
| YUV | 167.21 | 135.23 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 180 | 0 | 0.53 | 0.29 | 0 | 333.33 | 1 | 0.74 |
| Hex | FF | 78 | B4 | 0 | 35 | 1D | 0 | 14D | 64 | 4A |
| Octal | 377 | 170 | 264 | 0 | 65 | 35 | 0 | 515 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10110100 | 0 | 110101 | 11101 | 0 | 101001101 | 1100100 | 1001010 |
Color Harmonies of #FF78B4
Complementary color
Monochromatic Colors of #FF78B4
Black with #FF78B4
Text Example
Text Example
White with #FF78B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78B4; }
p { color: rgb(255,120,180); }
H1.HeaderClassName
{
color: #FF78B4;
}
.AnyTagClassName
{
color: #FF78B4;
}
</style>
background-color css
<style>
a { background-color: #FF78B4; }
a { background-color: rgb(255,120,180); }
div.DivClassName
{
background-color: #FF78B4;
}
.BgClassName
{
background-color: #FF78B4;
}
</style>
border-color css
<style>
span { border-color: #FF78B4; }
span { border-color: rgb(255,120,180); }
td.TdClassName
{
border-color: #FF78B4;
}
.TagClassName
{
border-color: #FF78B4;
}
</style>