Shades of Hot Pink #FF78B2
Tints of Hot Pink #FF78B2
RGB
CMYK
RGB Variations
Color information
#FF78B2 (or 0xFF78B2) is known color: Hot Pink. HEX triplet: FF, 78 and B2. RGB value is (255,120,178). Sum of RGB (Red+Green+Blue) = 255+120+178=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF78B2 is #00874D. Grayscale: #A6A6A6. Windows color (decimal): -34638 or 11696383. OLE color: 11696383.
HSL color Cylindrical-coordinate representation of color #FF78B2: hue angle of 334.22º 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 #FF78B2 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 178 | - |
| CMYK | 0 | 0.53 | 0.30 | 0 |
| HSL | 334.22º | 1% | 0.74% | - |
| HSV(B) | 334.22º | 0.53% | 1% | - |
| XYZ | 55.99 | 37.91 | 46.49 | - |
| YUV | 166.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 178 | 0 | 0.53 | 0.30 | 0 | 334.22 | 1 | 0.74 |
| Hex | FF | 78 | B2 | 0 | 35 | 1E | 0 | 14E | 64 | 4A |
| Octal | 377 | 170 | 262 | 0 | 65 | 36 | 0 | 516 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10110010 | 0 | 110101 | 11110 | 0 | 101001110 | 1100100 | 1001010 |
Color Harmonies of #FF78B2
Complementary color
Monochromatic Colors of #FF78B2
Black with #FF78B2
Text Example
Text Example
White with #FF78B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78B2; }
p { color: rgb(255,120,178); }
H1.HeaderClassName
{
color: #FF78B2;
}
.AnyTagClassName
{
color: #FF78B2;
}
</style>
background-color css
<style>
a { background-color: #FF78B2; }
a { background-color: rgb(255,120,178); }
div.DivClassName
{
background-color: #FF78B2;
}
.BgClassName
{
background-color: #FF78B2;
}
</style>
border-color css
<style>
span { border-color: #FF78B2; }
span { border-color: rgb(255,120,178); }
td.TdClassName
{
border-color: #FF78B2;
}
.TagClassName
{
border-color: #FF78B2;
}
</style>