Shades of Hot Pink #F755BE
Tints of Hot Pink #F755BE
RGB
CMYK
RGB Variations
Color information
#F755BE (or 0xF755BE) is known color: Hot Pink. HEX triplet: F7, 55 and BE. RGB value is (247,85,190). Sum of RGB (Red+Green+Blue) = 247+85+190=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F755BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755BE is #08AA41. Grayscale: #919191. Windows color (decimal): -567874 or 12473847. OLE color: 12473847.
HSL color Cylindrical-coordinate representation of color #F755BE: hue angle of 321.11º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F755BE is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 190 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.03 |
| HSL | 321.11º | 0.91% | 0.65% | - |
| HSV(B) | 321.11º | 0.66% | 0.97% | - |
| XYZ | 50.9 | 29.99 | 51.82 | - |
| YUV | 145.41 | 153.17 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 190 | 0 | 0.66 | 0.23 | 0.03 | 321.11 | 0.91 | 0.65 |
| Hex | F7 | 55 | BE | 0 | 42 | 17 | 3 | 141 | 5B | 41 |
| Octal | 367 | 125 | 276 | 0 | 102 | 27 | 3 | 501 | 133 | 101 |
| Binary | 11110111 | 1010101 | 10111110 | 0 | 1000010 | 10111 | 11 | 101000001 | 1011011 | 1000001 |
Color Harmonies of #F755BE
Complementary color
Monochromatic Colors of #F755BE
Black with #F755BE
Text Example
Text Example
White with #F755BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F755BE; }
p { color: rgb(247,85,190); }
H1.HeaderClassName
{
color: #F755BE;
}
.AnyTagClassName
{
color: #F755BE;
}
</style>
background-color css
<style>
a { background-color: #F755BE; }
a { background-color: rgb(247,85,190); }
div.DivClassName
{
background-color: #F755BE;
}
.BgClassName
{
background-color: #F755BE;
}
</style>
border-color css
<style>
span { border-color: #F755BE; }
span { border-color: rgb(247,85,190); }
td.TdClassName
{
border-color: #F755BE;
}
.TagClassName
{
border-color: #F755BE;
}
</style>