Shades of Hot Pink #F258BA
Tints of Hot Pink #F258BA
RGB
CMYK
RGB Variations
Color information
#F258BA (or 0xF258BA) is known color: Hot Pink. HEX triplet: F2, 58 and BA. RGB value is (242,88,186). Sum of RGB (Red+Green+Blue) = 242+88+186=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F258BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258BA is #0DA745. Grayscale: #909090. Windows color (decimal): -894790 or 12212466. OLE color: 12212466.
HSL color Cylindrical-coordinate representation of color #F258BA: hue angle of 321.82º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F258BA is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 186 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.05 |
| HSL | 321.82º | 0.86% | 0.65% | - |
| HSV(B) | 321.82º | 0.64% | 0.95% | - |
| XYZ | 48.97 | 29.4 | 49.55 | - |
| YUV | 145.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 186 | 0 | 0.64 | 0.23 | 0.05 | 321.82 | 0.86 | 0.65 |
| Hex | F2 | 58 | BA | 0 | 40 | 17 | 5 | 142 | 56 | 41 |
| Octal | 362 | 130 | 272 | 0 | 100 | 27 | 5 | 502 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10111010 | 0 | 1000000 | 10111 | 101 | 101000010 | 1010110 | 1000001 |
Color Harmonies of #F258BA
Complementary color
Monochromatic Colors of #F258BA
Black with #F258BA
Text Example
Text Example
White with #F258BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F258BA; }
p { color: rgb(242,88,186); }
H1.HeaderClassName
{
color: #F258BA;
}
.AnyTagClassName
{
color: #F258BA;
}
</style>
background-color css
<style>
a { background-color: #F258BA; }
a { background-color: rgb(242,88,186); }
div.DivClassName
{
background-color: #F258BA;
}
.BgClassName
{
background-color: #F258BA;
}
</style>
border-color css
<style>
span { border-color: #F258BA; }
span { border-color: rgb(242,88,186); }
td.TdClassName
{
border-color: #F258BA;
}
.TagClassName
{
border-color: #F258BA;
}
</style>