Shades of Pink Flamingo #F85FFA
Tints of Pink Flamingo #F85FFA
RGB
CMYK
RGB Variations
Color information
#F85FFA (or 0xF85FFA) is known color: Pink Flamingo. HEX triplet: F8, 5F and FA. RGB value is (248,95,250). Sum of RGB (Red+Green+Blue) = 248+95+250=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 95 (37.5% from 255 or 16.02% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #F85FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85FFA is #07A005. Grayscale: #9D9D9D. Windows color (decimal): -499718 or 16408568. OLE color: 16408568.
HSL color Cylindrical-coordinate representation of color #F85FFA: hue angle of 299.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85FFA is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 95 | 250 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.02 |
| HSL | 299.23º | 0.94% | 0.68% | - |
| HSV(B) | 299.23º | 0.62% | 0.98% | - |
| XYZ | 60.06 | 35.04 | 94.04 | - |
| YUV | 158.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 250 | 0.01 | 0.62 | 0 | 0.02 | 299.23 | 0.94 | 0.68 |
| Hex | F8 | 5F | FA | 1 | 3E | 0 | 2 | 12B | 5E | 44 |
| Octal | 370 | 137 | 372 | 1 | 76 | 0 | 2 | 453 | 136 | 104 |
| Binary | 11111000 | 1011111 | 11111010 | 1 | 111110 | 0 | 10 | 100101011 | 1011110 | 1000100 |
Color Harmonies of #F85FFA
Complementary color
Monochromatic Colors of #F85FFA
Black with #F85FFA
Text Example
Text Example
White with #F85FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85FFA; }
p { color: rgb(248,95,250); }
H1.HeaderClassName
{
color: #F85FFA;
}
.AnyTagClassName
{
color: #F85FFA;
}
</style>
background-color css
<style>
a { background-color: #F85FFA; }
a { background-color: rgb(248,95,250); }
div.DivClassName
{
background-color: #F85FFA;
}
.BgClassName
{
background-color: #F85FFA;
}
</style>
border-color css
<style>
span { border-color: #F85FFA; }
span { border-color: rgb(248,95,250); }
td.TdClassName
{
border-color: #F85FFA;
}
.TagClassName
{
border-color: #F85FFA;
}
</style>