Shades of Hot Pink #F75EB3
Tints of Hot Pink #F75EB3
RGB
CMYK
RGB Variations
Color information
#F75EB3 (or 0xF75EB3) is known color: Hot Pink. HEX triplet: F7, 5E and B3. RGB value is (247,94,179). Sum of RGB (Red+Green+Blue) = 247+94+179=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F75EB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75EB3 is #08A14C. Grayscale: #959595. Windows color (decimal): -565581 or 11755255. OLE color: 11755255.
HSL color Cylindrical-coordinate representation of color #F75EB3: hue angle of 326.67º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75EB3 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 94 | 179 | - |
CMYK | 0 | 0.62 | 0.28 | 0.03 |
HSL | 326.67º | 0.91% | 0.67% | - |
HSV(B) | 326.67º | 0.62% | 0.97% | - |
XYZ | 50.5 | 31.03 | 45.98 | - |
YUV | 149.44 | 144.69 | 197.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 94 | 179 | 0 | 0.62 | 0.28 | 0.03 | 326.67 | 0.91 | 0.67 |
Hex | F7 | 5E | B3 | 0 | 3E | 1C | 3 | 147 | 5B | 43 |
Octal | 367 | 136 | 263 | 0 | 76 | 34 | 3 | 507 | 133 | 103 |
Binary | 11110111 | 1011110 | 10110011 | 0 | 111110 | 11100 | 11 | 101000111 | 1011011 | 1000011 |
Color Harmonies of #F75EB3
Complementary color
Monochromatic Colors of #F75EB3
Black with #F75EB3
Text Example
Text Example
White with #F75EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75EB3; }
p { color: rgb(247,94,179); }
H1.HeaderClassName
{
color: #F75EB3;
}
.AnyTagClassName
{
color: #F75EB3;
}
</style>
background-color css
<style>
a { background-color: #F75EB3; }
a { background-color: rgb(247,94,179); }
div.DivClassName
{
background-color: #F75EB3;
}
.BgClassName
{
background-color: #F75EB3;
}
</style>
border-color css
<style>
span { border-color: #F75EB3; }
span { border-color: rgb(247,94,179); }
td.TdClassName
{
border-color: #F75EB3;
}
.TagClassName
{
border-color: #F75EB3;
}
</style>