Shades of Hot Pink #F25DBA
Tints of Hot Pink #F25DBA
RGB
CMYK
RGB Variations
Color information
#F25DBA (or 0xF25DBA) is known color: Hot Pink. HEX triplet: F2, 5D and BA. RGB value is (242,93,186). Sum of RGB (Red+Green+Blue) = 242+93+186=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DBA is #0DA245. Grayscale: #939393. Windows color (decimal): -893510 or 12213746. OLE color: 12213746.
HSL color Cylindrical-coordinate representation of color #F25DBA: hue angle of 322.55º 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 #F25DBA is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 186 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.05 |
| HSL | 322.55º | 0.85% | 0.66% | - |
| HSV(B) | 322.55º | 0.62% | 0.95% | - |
| XYZ | 49.4 | 30.25 | 49.69 | - |
| YUV | 148.15 | 149.36 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 186 | 0 | 0.62 | 0.23 | 0.05 | 322.55 | 0.85 | 0.66 |
| Hex | F2 | 5D | BA | 0 | 3E | 17 | 5 | 143 | 55 | 42 |
| Octal | 362 | 135 | 272 | 0 | 76 | 27 | 5 | 503 | 125 | 102 |
| Binary | 11110010 | 1011101 | 10111010 | 0 | 111110 | 10111 | 101 | 101000011 | 1010101 | 1000010 |
Color Harmonies of #F25DBA
Complementary color
Monochromatic Colors of #F25DBA
Black with #F25DBA
Text Example
Text Example
White with #F25DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DBA; }
p { color: rgb(242,93,186); }
H1.HeaderClassName
{
color: #F25DBA;
}
.AnyTagClassName
{
color: #F25DBA;
}
</style>
background-color css
<style>
a { background-color: #F25DBA; }
a { background-color: rgb(242,93,186); }
div.DivClassName
{
background-color: #F25DBA;
}
.BgClassName
{
background-color: #F25DBA;
}
</style>
border-color css
<style>
span { border-color: #F25DBA; }
span { border-color: rgb(242,93,186); }
td.TdClassName
{
border-color: #F25DBA;
}
.TagClassName
{
border-color: #F25DBA;
}
</style>