Shades of Hot Pink #FF74B7
Tints of Hot Pink #FF74B7
RGB
CMYK
RGB Variations
Color information
#FF74B7 (or 0xFF74B7) is known color: Hot Pink. HEX triplet: FF, 74 and B7. RGB value is (255,116,183). Sum of RGB (Red+Green+Blue) = 255+116+183=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74B7 is #008B48. Grayscale: #A5A5A5. Windows color (decimal): -35657 or 12023039. OLE color: 12023039.
HSL color Cylindrical-coordinate representation of color #FF74B7: hue angle of 331.08º 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 #FF74B7 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 183 | - |
| CMYK | 0 | 0.55 | 0.28 | 0 |
| HSL | 331.08º | 1% | 0.73% | - |
| HSV(B) | 331.08º | 0.55% | 1% | - |
| XYZ | 56.03 | 37.17 | 49.02 | - |
| YUV | 165.2 | 138.05 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 183 | 0 | 0.55 | 0.28 | 0 | 331.08 | 1 | 0.73 |
| Hex | FF | 74 | B7 | 0 | 37 | 1C | 0 | 14B | 64 | 49 |
| Octal | 377 | 164 | 267 | 0 | 67 | 34 | 0 | 513 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10110111 | 0 | 110111 | 11100 | 0 | 101001011 | 1100100 | 1001001 |
Color Harmonies of #FF74B7
Complementary color
Monochromatic Colors of #FF74B7
Black with #FF74B7
Text Example
Text Example
White with #FF74B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74B7; }
p { color: rgb(255,116,183); }
H1.HeaderClassName
{
color: #FF74B7;
}
.AnyTagClassName
{
color: #FF74B7;
}
</style>
background-color css
<style>
a { background-color: #FF74B7; }
a { background-color: rgb(255,116,183); }
div.DivClassName
{
background-color: #FF74B7;
}
.BgClassName
{
background-color: #FF74B7;
}
</style>
border-color css
<style>
span { border-color: #FF74B7; }
span { border-color: rgb(255,116,183); }
td.TdClassName
{
border-color: #FF74B7;
}
.TagClassName
{
border-color: #FF74B7;
}
</style>