Shades of Hot Pink #F25AB5
Tints of Hot Pink #F25AB5
RGB
CMYK
RGB Variations
Color information
#F25AB5 (or 0xF25AB5) is known color: Hot Pink. HEX triplet: F2, 5A and B5. RGB value is (242,90,181). Sum of RGB (Red+Green+Blue) = 242+90+181=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AB5 is #0DA54A. Grayscale: #919191. Windows color (decimal): -894283 or 11885298. OLE color: 11885298.
HSL color Cylindrical-coordinate representation of color #F25AB5: hue angle of 324.08º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25AB5 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 181 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.05 |
| HSL | 324.08º | 0.85% | 0.65% | - |
| HSV(B) | 324.08º | 0.63% | 0.95% | - |
| XYZ | 48.61 | 29.53 | 46.85 | - |
| YUV | 145.82 | 147.86 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 181 | 0 | 0.63 | 0.25 | 0.05 | 324.08 | 0.85 | 0.65 |
| Hex | F2 | 5A | B5 | 0 | 3F | 19 | 5 | 144 | 55 | 41 |
| Octal | 362 | 132 | 265 | 0 | 77 | 31 | 5 | 504 | 125 | 101 |
| Binary | 11110010 | 1011010 | 10110101 | 0 | 111111 | 11001 | 101 | 101000100 | 1010101 | 1000001 |
Color Harmonies of #F25AB5
Complementary color
Monochromatic Colors of #F25AB5
Black with #F25AB5
Text Example
Text Example
White with #F25AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25AB5; }
p { color: rgb(242,90,181); }
H1.HeaderClassName
{
color: #F25AB5;
}
.AnyTagClassName
{
color: #F25AB5;
}
</style>
background-color css
<style>
a { background-color: #F25AB5; }
a { background-color: rgb(242,90,181); }
div.DivClassName
{
background-color: #F25AB5;
}
.BgClassName
{
background-color: #F25AB5;
}
</style>
border-color css
<style>
span { border-color: #F25AB5; }
span { border-color: rgb(242,90,181); }
td.TdClassName
{
border-color: #F25AB5;
}
.TagClassName
{
border-color: #F25AB5;
}
</style>