Shades of Hot Pink #F25FAC
Tints of Hot Pink #F25FAC
RGB
CMYK
RGB Variations
Color information
#F25FAC (or 0xF25FAC) is known color: Hot Pink. HEX triplet: F2, 5F and AC. RGB value is (242,95,172). Sum of RGB (Red+Green+Blue) = 242+95+172=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25FAC is #0DA053. Grayscale: #939393. Windows color (decimal): -893012 or 11296754. OLE color: 11296754.
HSL color Cylindrical-coordinate representation of color #F25FAC: hue angle of 328.57º 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 #F25FAC is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 172 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.05 |
| HSL | 328.57º | 0.85% | 0.66% | - |
| HSV(B) | 328.57º | 0.61% | 0.95% | - |
| XYZ | 48.16 | 30.04 | 42.29 | - |
| YUV | 147.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 172 | 0 | 0.61 | 0.29 | 0.05 | 328.57 | 0.85 | 0.66 |
| Hex | F2 | 5F | AC | 0 | 3D | 1D | 5 | 149 | 55 | 42 |
| Octal | 362 | 137 | 254 | 0 | 75 | 35 | 5 | 511 | 125 | 102 |
| Binary | 11110010 | 1011111 | 10101100 | 0 | 111101 | 11101 | 101 | 101001001 | 1010101 | 1000010 |
Color Harmonies of #F25FAC
Complementary color
Monochromatic Colors of #F25FAC
Black with #F25FAC
Text Example
Text Example
White with #F25FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FAC; }
p { color: rgb(242,95,172); }
H1.HeaderClassName
{
color: #F25FAC;
}
.AnyTagClassName
{
color: #F25FAC;
}
</style>
background-color css
<style>
a { background-color: #F25FAC; }
a { background-color: rgb(242,95,172); }
div.DivClassName
{
background-color: #F25FAC;
}
.BgClassName
{
background-color: #F25FAC;
}
</style>
border-color css
<style>
span { border-color: #F25FAC; }
span { border-color: rgb(242,95,172); }
td.TdClassName
{
border-color: #F25FAC;
}
.TagClassName
{
border-color: #F25FAC;
}
</style>