Shades of Hot Pink #F865B5
Tints of Hot Pink #F865B5
RGB
CMYK
RGB Variations
Color information
#F865B5 (or 0xF865B5) is known color: Hot Pink. HEX triplet: F8, 65 and B5. RGB value is (248,101,181). Sum of RGB (Red+Green+Blue) = 248+101+181=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F865B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865B5 is #079A4A. Grayscale: #999999. Windows color (decimal): -498251 or 11888120. OLE color: 11888120.
HSL color Cylindrical-coordinate representation of color #F865B5: hue angle of 327.35º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F865B5 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 181 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.03 |
| HSL | 327.35º | 0.91% | 0.68% | - |
| HSV(B) | 327.35º | 0.59% | 0.97% | - |
| XYZ | 51.71 | 32.6 | 47.28 | - |
| YUV | 154.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 181 | 0 | 0.59 | 0.27 | 0.03 | 327.35 | 0.91 | 0.68 |
| Hex | F8 | 65 | B5 | 0 | 3B | 1B | 3 | 147 | 5B | 44 |
| Octal | 370 | 145 | 265 | 0 | 73 | 33 | 3 | 507 | 133 | 104 |
| Binary | 11111000 | 1100101 | 10110101 | 0 | 111011 | 11011 | 11 | 101000111 | 1011011 | 1000100 |
Color Harmonies of #F865B5
Complementary color
Monochromatic Colors of #F865B5
Black with #F865B5
Text Example
Text Example
White with #F865B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F865B5; }
p { color: rgb(248,101,181); }
H1.HeaderClassName
{
color: #F865B5;
}
.AnyTagClassName
{
color: #F865B5;
}
</style>
background-color css
<style>
a { background-color: #F865B5; }
a { background-color: rgb(248,101,181); }
div.DivClassName
{
background-color: #F865B5;
}
.BgClassName
{
background-color: #F865B5;
}
</style>
border-color css
<style>
span { border-color: #F865B5; }
span { border-color: rgb(248,101,181); }
td.TdClassName
{
border-color: #F865B5;
}
.TagClassName
{
border-color: #F865B5;
}
</style>