Shades of Hot Pink #F258BC
Tints of Hot Pink #F258BC
RGB
CMYK
RGB Variations
Color information
#F258BC (or 0xF258BC) is known color: Hot Pink. HEX triplet: F2, 58 and BC. RGB value is (242,88,188). Sum of RGB (Red+Green+Blue) = 242+88+188=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F258BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258BC is #0DA743. Grayscale: #919191. Windows color (decimal): -894788 or 12343538. OLE color: 12343538.
HSL color Cylindrical-coordinate representation of color #F258BC: hue angle of 321.04º 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 #F258BC is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 188 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.05 |
| HSL | 321.04º | 0.86% | 0.65% | - |
| HSV(B) | 321.04º | 0.64% | 0.95% | - |
| XYZ | 49.18 | 29.49 | 50.68 | - |
| YUV | 145.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 188 | 0 | 0.64 | 0.22 | 0.05 | 321.04 | 0.86 | 0.65 |
| Hex | F2 | 58 | BC | 0 | 40 | 16 | 5 | 141 | 56 | 41 |
| Octal | 362 | 130 | 274 | 0 | 100 | 26 | 5 | 501 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10111100 | 0 | 1000000 | 10110 | 101 | 101000001 | 1010110 | 1000001 |
Color Harmonies of #F258BC
Complementary color
Monochromatic Colors of #F258BC
Black with #F258BC
Text Example
Text Example
White with #F258BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F258BC; }
p { color: rgb(242,88,188); }
H1.HeaderClassName
{
color: #F258BC;
}
.AnyTagClassName
{
color: #F258BC;
}
</style>
background-color css
<style>
a { background-color: #F258BC; }
a { background-color: rgb(242,88,188); }
div.DivClassName
{
background-color: #F258BC;
}
.BgClassName
{
background-color: #F258BC;
}
</style>
border-color css
<style>
span { border-color: #F258BC; }
span { border-color: rgb(242,88,188); }
td.TdClassName
{
border-color: #F258BC;
}
.TagClassName
{
border-color: #F258BC;
}
</style>