Shades of Hot Pink #F25CB8
Tints of Hot Pink #F25CB8
RGB
CMYK
RGB Variations
Color information
#F25CB8 (or 0xF25CB8) is known color: Hot Pink. HEX triplet: F2, 5C and B8. RGB value is (242,92,184). Sum of RGB (Red+Green+Blue) = 242+92+184=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CB8 is #0DA347. Grayscale: #939393. Windows color (decimal): -893768 or 12082418. OLE color: 12082418.
HSL color Cylindrical-coordinate representation of color #F25CB8: hue angle of 323.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25CB8 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 184 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.05 |
| HSL | 323.2º | 0.85% | 0.65% | - |
| HSV(B) | 323.2º | 0.62% | 0.95% | - |
| XYZ | 49.1 | 29.99 | 48.55 | - |
| YUV | 147.34 | 148.7 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 184 | 0 | 0.62 | 0.24 | 0.05 | 323.2 | 0.85 | 0.65 |
| Hex | F2 | 5C | B8 | 0 | 3E | 18 | 5 | 143 | 55 | 41 |
| Octal | 362 | 134 | 270 | 0 | 76 | 30 | 5 | 503 | 125 | 101 |
| Binary | 11110010 | 1011100 | 10111000 | 0 | 111110 | 11000 | 101 | 101000011 | 1010101 | 1000001 |
Color Harmonies of #F25CB8
Complementary color
Monochromatic Colors of #F25CB8
Black with #F25CB8
Text Example
Text Example
White with #F25CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CB8; }
p { color: rgb(242,92,184); }
H1.HeaderClassName
{
color: #F25CB8;
}
.AnyTagClassName
{
color: #F25CB8;
}
</style>
background-color css
<style>
a { background-color: #F25CB8; }
a { background-color: rgb(242,92,184); }
div.DivClassName
{
background-color: #F25CB8;
}
.BgClassName
{
background-color: #F25CB8;
}
</style>
border-color css
<style>
span { border-color: #F25CB8; }
span { border-color: rgb(242,92,184); }
td.TdClassName
{
border-color: #F25CB8;
}
.TagClassName
{
border-color: #F25CB8;
}
</style>