Shades of Hot Pink #F25EB8
Tints of Hot Pink #F25EB8
RGB
CMYK
RGB Variations
Color information
#F25EB8 (or 0xF25EB8) is known color: Hot Pink. HEX triplet: F2, 5E and B8. RGB value is (242,94,184). Sum of RGB (Red+Green+Blue) = 242+94+184=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EB8 is #0DA147. Grayscale: #949494. Windows color (decimal): -893256 or 12082930. OLE color: 12082930.
HSL color Cylindrical-coordinate representation of color #F25EB8: hue angle of 323.51º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25EB8 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 184 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.05 |
| HSL | 323.51º | 0.85% | 0.66% | - |
| HSV(B) | 323.51º | 0.61% | 0.95% | - |
| XYZ | 49.27 | 30.34 | 48.61 | - |
| YUV | 148.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 184 | 0 | 0.61 | 0.24 | 0.05 | 323.51 | 0.85 | 0.66 |
| Hex | F2 | 5E | B8 | 0 | 3D | 18 | 5 | 144 | 55 | 42 |
| Octal | 362 | 136 | 270 | 0 | 75 | 30 | 5 | 504 | 125 | 102 |
| Binary | 11110010 | 1011110 | 10111000 | 0 | 111101 | 11000 | 101 | 101000100 | 1010101 | 1000010 |
Color Harmonies of #F25EB8
Complementary color
Monochromatic Colors of #F25EB8
Black with #F25EB8
Text Example
Text Example
White with #F25EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25EB8; }
p { color: rgb(242,94,184); }
H1.HeaderClassName
{
color: #F25EB8;
}
.AnyTagClassName
{
color: #F25EB8;
}
</style>
background-color css
<style>
a { background-color: #F25EB8; }
a { background-color: rgb(242,94,184); }
div.DivClassName
{
background-color: #F25EB8;
}
.BgClassName
{
background-color: #F25EB8;
}
</style>
border-color css
<style>
span { border-color: #F25EB8; }
span { border-color: rgb(242,94,184); }
td.TdClassName
{
border-color: #F25EB8;
}
.TagClassName
{
border-color: #F25EB8;
}
</style>