Shades of Hot Pink #FF74BB
Tints of Hot Pink #FF74BB
RGB
CMYK
RGB Variations
Color information
#FF74BB (or 0xFF74BB) is known color: Hot Pink. HEX triplet: FF, 74 and BB. RGB value is (255,116,187). Sum of RGB (Red+Green+Blue) = 255+116+187=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74BB is #008B44. Grayscale: #A5A5A5. Windows color (decimal): -35653 or 12285183. OLE color: 12285183.
HSL color Cylindrical-coordinate representation of color #FF74BB: hue angle of 329.35º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74BB is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 187 | - |
| CMYK | 0 | 0.55 | 0.27 | 0 |
| HSL | 329.35º | 1% | 0.73% | - |
| HSV(B) | 329.35º | 0.55% | 1% | - |
| XYZ | 56.46 | 37.34 | 51.25 | - |
| YUV | 165.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 187 | 0 | 0.55 | 0.27 | 0 | 329.35 | 1 | 0.73 |
| Hex | FF | 74 | BB | 0 | 37 | 1B | 0 | 149 | 64 | 49 |
| Octal | 377 | 164 | 273 | 0 | 67 | 33 | 0 | 511 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10111011 | 0 | 110111 | 11011 | 0 | 101001001 | 1100100 | 1001001 |
Color Harmonies of #FF74BB
Complementary color
Monochromatic Colors of #FF74BB
Black with #FF74BB
Text Example
Text Example
White with #FF74BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74BB; }
p { color: rgb(255,116,187); }
H1.HeaderClassName
{
color: #FF74BB;
}
.AnyTagClassName
{
color: #FF74BB;
}
</style>
background-color css
<style>
a { background-color: #FF74BB; }
a { background-color: rgb(255,116,187); }
div.DivClassName
{
background-color: #FF74BB;
}
.BgClassName
{
background-color: #FF74BB;
}
</style>
border-color css
<style>
span { border-color: #FF74BB; }
span { border-color: rgb(255,116,187); }
td.TdClassName
{
border-color: #FF74BB;
}
.TagClassName
{
border-color: #FF74BB;
}
</style>