Shades of Hot Pink #F260BD
Tints of Hot Pink #F260BD
RGB
CMYK
RGB Variations
Color information
#F260BD (or 0xF260BD) is known color: Hot Pink. HEX triplet: F2, 60 and BD. RGB value is (242,96,189). Sum of RGB (Red+Green+Blue) = 242+96+189=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F260BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260BD is #0D9F42. Grayscale: #969696. Windows color (decimal): -892739 or 12411122. OLE color: 12411122.
HSL color Cylindrical-coordinate representation of color #F260BD: hue angle of 321.78º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F260BD is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 189 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.05 |
| HSL | 321.78º | 0.85% | 0.66% | - |
| HSV(B) | 321.78º | 0.6% | 0.95% | - |
| XYZ | 49.99 | 30.92 | 51.48 | - |
| YUV | 150.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 189 | 0 | 0.60 | 0.22 | 0.05 | 321.78 | 0.85 | 0.66 |
| Hex | F2 | 60 | BD | 0 | 3C | 16 | 5 | 142 | 55 | 42 |
| Octal | 362 | 140 | 275 | 0 | 74 | 26 | 5 | 502 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10111101 | 0 | 111100 | 10110 | 101 | 101000010 | 1010101 | 1000010 |
Color Harmonies of #F260BD
Complementary color
Monochromatic Colors of #F260BD
Black with #F260BD
Text Example
Text Example
White with #F260BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260BD; }
p { color: rgb(242,96,189); }
H1.HeaderClassName
{
color: #F260BD;
}
.AnyTagClassName
{
color: #F260BD;
}
</style>
background-color css
<style>
a { background-color: #F260BD; }
a { background-color: rgb(242,96,189); }
div.DivClassName
{
background-color: #F260BD;
}
.BgClassName
{
background-color: #F260BD;
}
</style>
border-color css
<style>
span { border-color: #F260BD; }
span { border-color: rgb(242,96,189); }
td.TdClassName
{
border-color: #F260BD;
}
.TagClassName
{
border-color: #F260BD;
}
</style>