Shades of Hot Pink #F258BD
Tints of Hot Pink #F258BD
RGB
CMYK
RGB Variations
Color information
#F258BD (or 0xF258BD) is known color: Hot Pink. HEX triplet: F2, 58 and BD. RGB value is (242,88,189). Sum of RGB (Red+Green+Blue) = 242+88+189=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F258BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258BD is #0DA742. Grayscale: #919191. Windows color (decimal): -894787 or 12409074. OLE color: 12409074.
HSL color Cylindrical-coordinate representation of color #F258BD: hue angle of 320.65º 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 #F258BD is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 189 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.05 |
| HSL | 320.65º | 0.86% | 0.65% | - |
| HSV(B) | 320.65º | 0.64% | 0.95% | - |
| XYZ | 49.29 | 29.53 | 51.25 | - |
| YUV | 145.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 189 | 0 | 0.64 | 0.22 | 0.05 | 320.65 | 0.86 | 0.65 |
| Hex | F2 | 58 | BD | 0 | 40 | 16 | 5 | 141 | 56 | 41 |
| Octal | 362 | 130 | 275 | 0 | 100 | 26 | 5 | 501 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10111101 | 0 | 1000000 | 10110 | 101 | 101000001 | 1010110 | 1000001 |
Color Harmonies of #F258BD
Complementary color
Monochromatic Colors of #F258BD
Black with #F258BD
Text Example
Text Example
White with #F258BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F258BD; }
p { color: rgb(242,88,189); }
H1.HeaderClassName
{
color: #F258BD;
}
.AnyTagClassName
{
color: #F258BD;
}
</style>
background-color css
<style>
a { background-color: #F258BD; }
a { background-color: rgb(242,88,189); }
div.DivClassName
{
background-color: #F258BD;
}
.BgClassName
{
background-color: #F258BD;
}
</style>
border-color css
<style>
span { border-color: #F258BD; }
span { border-color: rgb(242,88,189); }
td.TdClassName
{
border-color: #F258BD;
}
.TagClassName
{
border-color: #F258BD;
}
</style>