Shades of Hot Pink #F25BBC
Tints of Hot Pink #F25BBC
RGB
CMYK
RGB Variations
Color information
#F25BBC (or 0xF25BBC) is known color: Hot Pink. HEX triplet: F2, 5B and BC. RGB value is (242,91,188). Sum of RGB (Red+Green+Blue) = 242+91+188=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25BBC is #0DA443. Grayscale: #929292. Windows color (decimal): -894020 or 12344306. OLE color: 12344306.
HSL color Cylindrical-coordinate representation of color #F25BBC: hue angle of 321.46º 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 #F25BBC is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 188 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.05 |
| HSL | 321.46º | 0.85% | 0.65% | - |
| HSV(B) | 321.46º | 0.62% | 0.95% | - |
| XYZ | 49.44 | 29.99 | 50.76 | - |
| YUV | 147.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 188 | 0 | 0.62 | 0.22 | 0.05 | 321.46 | 0.85 | 0.65 |
| Hex | F2 | 5B | BC | 0 | 3E | 16 | 5 | 141 | 55 | 41 |
| Octal | 362 | 133 | 274 | 0 | 76 | 26 | 5 | 501 | 125 | 101 |
| Binary | 11110010 | 1011011 | 10111100 | 0 | 111110 | 10110 | 101 | 101000001 | 1010101 | 1000001 |
Color Harmonies of #F25BBC
Complementary color
Monochromatic Colors of #F25BBC
Black with #F25BBC
Text Example
Text Example
White with #F25BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25BBC; }
p { color: rgb(242,91,188); }
H1.HeaderClassName
{
color: #F25BBC;
}
.AnyTagClassName
{
color: #F25BBC;
}
</style>
background-color css
<style>
a { background-color: #F25BBC; }
a { background-color: rgb(242,91,188); }
div.DivClassName
{
background-color: #F25BBC;
}
.BgClassName
{
background-color: #F25BBC;
}
</style>
border-color css
<style>
span { border-color: #F25BBC; }
span { border-color: rgb(242,91,188); }
td.TdClassName
{
border-color: #F25BBC;
}
.TagClassName
{
border-color: #F25BBC;
}
</style>