Shades of Hot Pink #F869B5
Tints of Hot Pink #F869B5
RGB
CMYK
RGB Variations
Color information
#F869B5 (or 0xF869B5) is known color: Hot Pink. HEX triplet: F8, 69 and B5. RGB value is (248,105,181). Sum of RGB (Red+Green+Blue) = 248+105+181=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F869B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869B5 is #07964A. Grayscale: #9C9C9C. Windows color (decimal): -497227 or 11889144. OLE color: 11889144.
HSL color Cylindrical-coordinate representation of color #F869B5: hue angle of 328.11º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F869B5 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 181 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.03 |
| HSL | 328.11º | 0.91% | 0.69% | - |
| HSV(B) | 328.11º | 0.58% | 0.97% | - |
| XYZ | 52.1 | 33.4 | 47.42 | - |
| YUV | 156.42 | 141.88 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 181 | 0 | 0.58 | 0.27 | 0.03 | 328.11 | 0.91 | 0.69 |
| Hex | F8 | 69 | B5 | 0 | 3A | 1B | 3 | 148 | 5B | 45 |
| Octal | 370 | 151 | 265 | 0 | 72 | 33 | 3 | 510 | 133 | 105 |
| Binary | 11111000 | 1101001 | 10110101 | 0 | 111010 | 11011 | 11 | 101001000 | 1011011 | 1000101 |
Color Harmonies of #F869B5
Complementary color
Monochromatic Colors of #F869B5
Black with #F869B5
Text Example
Text Example
White with #F869B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F869B5; }
p { color: rgb(248,105,181); }
H1.HeaderClassName
{
color: #F869B5;
}
.AnyTagClassName
{
color: #F869B5;
}
</style>
background-color css
<style>
a { background-color: #F869B5; }
a { background-color: rgb(248,105,181); }
div.DivClassName
{
background-color: #F869B5;
}
.BgClassName
{
background-color: #F869B5;
}
</style>
border-color css
<style>
span { border-color: #F869B5; }
span { border-color: rgb(248,105,181); }
td.TdClassName
{
border-color: #F869B5;
}
.TagClassName
{
border-color: #F869B5;
}
</style>