Shades of Hot Pink #F25DB5
Tints of Hot Pink #F25DB5
RGB
CMYK
RGB Variations
Color information
#F25DB5 (or 0xF25DB5) is known color: Hot Pink. HEX triplet: F2, 5D and B5. RGB value is (242,93,181). Sum of RGB (Red+Green+Blue) = 242+93+181=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DB5 is #0DA24A. Grayscale: #939393. Windows color (decimal): -893515 or 11886066. OLE color: 11886066.
HSL color Cylindrical-coordinate representation of color #F25DB5: hue angle of 324.56º 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 #F25DB5 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 181 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.05 |
| HSL | 324.56º | 0.85% | 0.66% | - |
| HSV(B) | 324.56º | 0.62% | 0.95% | - |
| XYZ | 48.87 | 30.04 | 46.94 | - |
| YUV | 147.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 181 | 0 | 0.62 | 0.25 | 0.05 | 324.56 | 0.85 | 0.66 |
| Hex | F2 | 5D | B5 | 0 | 3E | 19 | 5 | 145 | 55 | 42 |
| Octal | 362 | 135 | 265 | 0 | 76 | 31 | 5 | 505 | 125 | 102 |
| Binary | 11110010 | 1011101 | 10110101 | 0 | 111110 | 11001 | 101 | 101000101 | 1010101 | 1000010 |
Color Harmonies of #F25DB5
Complementary color
Monochromatic Colors of #F25DB5
Black with #F25DB5
Text Example
Text Example
White with #F25DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DB5; }
p { color: rgb(242,93,181); }
H1.HeaderClassName
{
color: #F25DB5;
}
.AnyTagClassName
{
color: #F25DB5;
}
</style>
background-color css
<style>
a { background-color: #F25DB5; }
a { background-color: rgb(242,93,181); }
div.DivClassName
{
background-color: #F25DB5;
}
.BgClassName
{
background-color: #F25DB5;
}
</style>
border-color css
<style>
span { border-color: #F25DB5; }
span { border-color: rgb(242,93,181); }
td.TdClassName
{
border-color: #F25DB5;
}
.TagClassName
{
border-color: #F25DB5;
}
</style>