Shades of Pink Flamingo #F859FD
Tints of Pink Flamingo #F859FD
RGB
CMYK
RGB Variations
Color information
#F859FD (or 0xF859FD) is known color: Pink Flamingo. HEX triplet: F8, 59 and FD. RGB value is (248,89,253). Sum of RGB (Red+Green+Blue) = 248+89+253=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 89 (35.16% from 255 or 15.08% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #F859FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F859FD is #07A602. Grayscale: #9A9A9A. Windows color (decimal): -501251 or 16603640. OLE color: 16603640.
HSL color Cylindrical-coordinate representation of color #F859FD: hue angle of 298.17º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F859FD is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 89 | 253 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.01 |
| HSL | 298.17º | 0.98% | 0.67% | - |
| HSV(B) | 298.17º | 0.65% | 0.99% | - |
| XYZ | 60.01 | 34.19 | 96.37 | - |
| YUV | 155.24 | 183.18 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 253 | 0.02 | 0.65 | 0 | 0.01 | 298.17 | 0.98 | 0.67 |
| Hex | F8 | 59 | FD | 2 | 41 | 0 | 1 | 12A | 62 | 43 |
| Octal | 370 | 131 | 375 | 2 | 101 | 0 | 1 | 452 | 142 | 103 |
| Binary | 11111000 | 1011001 | 11111101 | 10 | 1000001 | 0 | 1 | 100101010 | 1100010 | 1000011 |
Color Harmonies of #F859FD
Complementary color
Monochromatic Colors of #F859FD
Black with #F859FD
Text Example
Text Example
White with #F859FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F859FD; }
p { color: rgb(248,89,253); }
H1.HeaderClassName
{
color: #F859FD;
}
.AnyTagClassName
{
color: #F859FD;
}
</style>
background-color css
<style>
a { background-color: #F859FD; }
a { background-color: rgb(248,89,253); }
div.DivClassName
{
background-color: #F859FD;
}
.BgClassName
{
background-color: #F859FD;
}
</style>
border-color css
<style>
span { border-color: #F859FD; }
span { border-color: rgb(248,89,253); }
td.TdClassName
{
border-color: #F859FD;
}
.TagClassName
{
border-color: #F859FD;
}
</style>