Shades of Hot Pink #F25EBC
Tints of Hot Pink #F25EBC
RGB
CMYK
RGB Variations
Color information
#F25EBC (or 0xF25EBC) is known color: Hot Pink. HEX triplet: F2, 5E and BC. RGB value is (242,94,188). Sum of RGB (Red+Green+Blue) = 242+94+188=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EBC is #0DA143. Grayscale: #949494. Windows color (decimal): -893252 or 12345074. OLE color: 12345074.
HSL color Cylindrical-coordinate representation of color #F25EBC: hue angle of 321.89º 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 #F25EBC is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 188 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.05 |
| HSL | 321.89º | 0.85% | 0.66% | - |
| HSV(B) | 321.89º | 0.61% | 0.95% | - |
| XYZ | 49.7 | 30.51 | 50.85 | - |
| YUV | 148.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 188 | 0 | 0.61 | 0.22 | 0.05 | 321.89 | 0.85 | 0.66 |
| Hex | F2 | 5E | BC | 0 | 3D | 16 | 5 | 142 | 55 | 42 |
| Octal | 362 | 136 | 274 | 0 | 75 | 26 | 5 | 502 | 125 | 102 |
| Binary | 11110010 | 1011110 | 10111100 | 0 | 111101 | 10110 | 101 | 101000010 | 1010101 | 1000010 |
Color Harmonies of #F25EBC
Complementary color
Monochromatic Colors of #F25EBC
Black with #F25EBC
Text Example
Text Example
White with #F25EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25EBC; }
p { color: rgb(242,94,188); }
H1.HeaderClassName
{
color: #F25EBC;
}
.AnyTagClassName
{
color: #F25EBC;
}
</style>
background-color css
<style>
a { background-color: #F25EBC; }
a { background-color: rgb(242,94,188); }
div.DivClassName
{
background-color: #F25EBC;
}
.BgClassName
{
background-color: #F25EBC;
}
</style>
border-color css
<style>
span { border-color: #F25EBC; }
span { border-color: rgb(242,94,188); }
td.TdClassName
{
border-color: #F25EBC;
}
.TagClassName
{
border-color: #F25EBC;
}
</style>