Shades of Hot Pink #F25AB4
Tints of Hot Pink #F25AB4
RGB
CMYK
RGB Variations
Color information
#F25AB4 (or 0xF25AB4) is known color: Hot Pink. HEX triplet: F2, 5A and B4. RGB value is (242,90,180). Sum of RGB (Red+Green+Blue) = 242+90+180=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AB4 is #0DA54B. Grayscale: #919191. Windows color (decimal): -894284 or 11819762. OLE color: 11819762.
HSL color Cylindrical-coordinate representation of color #F25AB4: hue angle of 324.47º 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 #F25AB4 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 180 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.05 |
| HSL | 324.47º | 0.85% | 0.65% | - |
| HSV(B) | 324.47º | 0.63% | 0.95% | - |
| XYZ | 48.51 | 29.48 | 46.31 | - |
| YUV | 145.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 180 | 0 | 0.63 | 0.26 | 0.05 | 324.47 | 0.85 | 0.65 |
| Hex | F2 | 5A | B4 | 0 | 3F | 1A | 5 | 144 | 55 | 41 |
| Octal | 362 | 132 | 264 | 0 | 77 | 32 | 5 | 504 | 125 | 101 |
| Binary | 11110010 | 1011010 | 10110100 | 0 | 111111 | 11010 | 101 | 101000100 | 1010101 | 1000001 |
Color Harmonies of #F25AB4
Complementary color
Monochromatic Colors of #F25AB4
Black with #F25AB4
Text Example
Text Example
White with #F25AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25AB4; }
p { color: rgb(242,90,180); }
H1.HeaderClassName
{
color: #F25AB4;
}
.AnyTagClassName
{
color: #F25AB4;
}
</style>
background-color css
<style>
a { background-color: #F25AB4; }
a { background-color: rgb(242,90,180); }
div.DivClassName
{
background-color: #F25AB4;
}
.BgClassName
{
background-color: #F25AB4;
}
</style>
border-color css
<style>
span { border-color: #F25AB4; }
span { border-color: rgb(242,90,180); }
td.TdClassName
{
border-color: #F25AB4;
}
.TagClassName
{
border-color: #F25AB4;
}
</style>