Shades of Hot Pink #F25EAC
Tints of Hot Pink #F25EAC
RGB
CMYK
RGB Variations
Color information
#F25EAC (or 0xF25EAC) is known color: Hot Pink. HEX triplet: F2, 5E and AC. RGB value is (242,94,172). Sum of RGB (Red+Green+Blue) = 242+94+172=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25EAC is #0DA153. Grayscale: #929292. Windows color (decimal): -893268 or 11296498. OLE color: 11296498.
HSL color Cylindrical-coordinate representation of color #F25EAC: hue angle of 328.38º 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 #F25EAC is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 172 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.05 |
| HSL | 328.38º | 0.85% | 0.66% | - |
| HSV(B) | 328.38º | 0.61% | 0.95% | - |
| XYZ | 48.07 | 29.86 | 42.26 | - |
| YUV | 147.14 | 142.03 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 172 | 0 | 0.61 | 0.29 | 0.05 | 328.38 | 0.85 | 0.66 |
| Hex | F2 | 5E | AC | 0 | 3D | 1D | 5 | 148 | 55 | 42 |
| Octal | 362 | 136 | 254 | 0 | 75 | 35 | 5 | 510 | 125 | 102 |
| Binary | 11110010 | 1011110 | 10101100 | 0 | 111101 | 11101 | 101 | 101001000 | 1010101 | 1000010 |
Color Harmonies of #F25EAC
Complementary color
Monochromatic Colors of #F25EAC
Black with #F25EAC
Text Example
Text Example
White with #F25EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25EAC; }
p { color: rgb(242,94,172); }
H1.HeaderClassName
{
color: #F25EAC;
}
.AnyTagClassName
{
color: #F25EAC;
}
</style>
background-color css
<style>
a { background-color: #F25EAC; }
a { background-color: rgb(242,94,172); }
div.DivClassName
{
background-color: #F25EAC;
}
.BgClassName
{
background-color: #F25EAC;
}
</style>
border-color css
<style>
span { border-color: #F25EAC; }
span { border-color: rgb(242,94,172); }
td.TdClassName
{
border-color: #F25EAC;
}
.TagClassName
{
border-color: #F25EAC;
}
</style>