Shades of Hot Pink #F25DB7
Tints of Hot Pink #F25DB7
RGB
CMYK
RGB Variations
Color information
#F25DB7 (or 0xF25DB7) is known color: Hot Pink. HEX triplet: F2, 5D and B7. RGB value is (242,93,183). Sum of RGB (Red+Green+Blue) = 242+93+183=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DB7 is #0DA248. Grayscale: #939393. Windows color (decimal): -893513 or 12017138. OLE color: 12017138.
HSL color Cylindrical-coordinate representation of color #F25DB7: hue angle of 323.76º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25DB7 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 183 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.05 |
| HSL | 323.76º | 0.85% | 0.66% | - |
| HSV(B) | 323.76º | 0.62% | 0.95% | - |
| XYZ | 49.08 | 30.12 | 48.03 | - |
| YUV | 147.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 183 | 0 | 0.62 | 0.24 | 0.05 | 323.76 | 0.85 | 0.66 |
| Hex | F2 | 5D | B7 | 0 | 3E | 18 | 5 | 144 | 55 | 42 |
| Octal | 362 | 135 | 267 | 0 | 76 | 30 | 5 | 504 | 125 | 102 |
| Binary | 11110010 | 1011101 | 10110111 | 0 | 111110 | 11000 | 101 | 101000100 | 1010101 | 1000010 |
Color Harmonies of #F25DB7
Complementary color
Monochromatic Colors of #F25DB7
Black with #F25DB7
Text Example
Text Example
White with #F25DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DB7; }
p { color: rgb(242,93,183); }
H1.HeaderClassName
{
color: #F25DB7;
}
.AnyTagClassName
{
color: #F25DB7;
}
</style>
background-color css
<style>
a { background-color: #F25DB7; }
a { background-color: rgb(242,93,183); }
div.DivClassName
{
background-color: #F25DB7;
}
.BgClassName
{
background-color: #F25DB7;
}
</style>
border-color css
<style>
span { border-color: #F25DB7; }
span { border-color: rgb(242,93,183); }
td.TdClassName
{
border-color: #F25DB7;
}
.TagClassName
{
border-color: #F25DB7;
}
</style>