Shades of Hot Pink #F758B5
Tints of Hot Pink #F758B5
RGB
CMYK
RGB Variations
Color information
#F758B5 (or 0xF758B5) is known color: Hot Pink. HEX triplet: F7, 58 and B5. RGB value is (247,88,181). Sum of RGB (Red+Green+Blue) = 247+88+181=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F758B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758B5 is #08A74A. Grayscale: #919191. Windows color (decimal): -567115 or 11884791. OLE color: 11884791.
HSL color Cylindrical-coordinate representation of color #F758B5: hue angle of 324.91º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F758B5 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 181 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.03 |
| HSL | 324.91º | 0.91% | 0.66% | - |
| HSV(B) | 324.91º | 0.64% | 0.97% | - |
| XYZ | 50.19 | 30.09 | 46.88 | - |
| YUV | 146.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 181 | 0 | 0.64 | 0.27 | 0.03 | 324.91 | 0.91 | 0.66 |
| Hex | F7 | 58 | B5 | 0 | 40 | 1B | 3 | 145 | 5B | 42 |
| Octal | 367 | 130 | 265 | 0 | 100 | 33 | 3 | 505 | 133 | 102 |
| Binary | 11110111 | 1011000 | 10110101 | 0 | 1000000 | 11011 | 11 | 101000101 | 1011011 | 1000010 |
Color Harmonies of #F758B5
Complementary color
Monochromatic Colors of #F758B5
Black with #F758B5
Text Example
Text Example
White with #F758B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758B5; }
p { color: rgb(247,88,181); }
H1.HeaderClassName
{
color: #F758B5;
}
.AnyTagClassName
{
color: #F758B5;
}
</style>
background-color css
<style>
a { background-color: #F758B5; }
a { background-color: rgb(247,88,181); }
div.DivClassName
{
background-color: #F758B5;
}
.BgClassName
{
background-color: #F758B5;
}
</style>
border-color css
<style>
span { border-color: #F758B5; }
span { border-color: rgb(247,88,181); }
td.TdClassName
{
border-color: #F758B5;
}
.TagClassName
{
border-color: #F758B5;
}
</style>