Shades of Hot Pink #F755B8
Tints of Hot Pink #F755B8
RGB
CMYK
RGB Variations
Color information
#F755B8 (or 0xF755B8) is known color: Hot Pink. HEX triplet: F7, 55 and B8. RGB value is (247,85,184). Sum of RGB (Red+Green+Blue) = 247+85+184=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F755B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755B8 is #08AA47. Grayscale: #909090. Windows color (decimal): -567880 or 12080631. OLE color: 12080631.
HSL color Cylindrical-coordinate representation of color #F755B8: hue angle of 323.33º 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 #F755B8 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 184 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.03 |
| HSL | 323.33º | 0.91% | 0.65% | - |
| HSV(B) | 323.33º | 0.66% | 0.97% | - |
| XYZ | 50.26 | 29.73 | 48.44 | - |
| YUV | 144.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 184 | 0 | 0.66 | 0.26 | 0.03 | 323.33 | 0.91 | 0.65 |
| Hex | F7 | 55 | B8 | 0 | 42 | 1A | 3 | 143 | 5B | 41 |
| Octal | 367 | 125 | 270 | 0 | 102 | 32 | 3 | 503 | 133 | 101 |
| Binary | 11110111 | 1010101 | 10111000 | 0 | 1000010 | 11010 | 11 | 101000011 | 1011011 | 1000001 |
Color Harmonies of #F755B8
Complementary color
Monochromatic Colors of #F755B8
Black with #F755B8
Text Example
Text Example
White with #F755B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F755B8; }
p { color: rgb(247,85,184); }
H1.HeaderClassName
{
color: #F755B8;
}
.AnyTagClassName
{
color: #F755B8;
}
</style>
background-color css
<style>
a { background-color: #F755B8; }
a { background-color: rgb(247,85,184); }
div.DivClassName
{
background-color: #F755B8;
}
.BgClassName
{
background-color: #F755B8;
}
</style>
border-color css
<style>
span { border-color: #F755B8; }
span { border-color: rgb(247,85,184); }
td.TdClassName
{
border-color: #F755B8;
}
.TagClassName
{
border-color: #F755B8;
}
</style>