Shades of Pink Flamingo #F85DFF
Tints of Pink Flamingo #F85DFF
RGB
CMYK
RGB Variations
Color information
#F85DFF (or 0xF85DFF) is known color: Pink Flamingo. HEX triplet: F8, 5D and FF. RGB value is (248,93,255). Sum of RGB (Red+Green+Blue) = 248+93+255=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 93 (36.72% from 255 or 15.60% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #F85DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85DFF is #07A200. Grayscale: #9D9D9D. Windows color (decimal): -500225 or 16735736. OLE color: 16735736.
HSL color Cylindrical-coordinate representation of color #F85DFF: hue angle of 297.41º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85DFF is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 93 | 255 | - |
| CMYK | 0.03 | 0.64 | 0 | 0 |
| HSL | 297.41º | 1% | 0.68% | - |
| HSV(B) | 297.41º | 0.64% | 1% | - |
| XYZ | 60.68 | 35.01 | 98.17 | - |
| YUV | 157.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 255 | 0.03 | 0.64 | 0 | 0 | 297.41 | 1 | 0.68 |
| Hex | F8 | 5D | FF | 3 | 40 | 0 | 0 | 129 | 64 | 44 |
| Octal | 370 | 135 | 377 | 3 | 100 | 0 | 0 | 451 | 144 | 104 |
| Binary | 11111000 | 1011101 | 11111111 | 11 | 1000000 | 0 | 0 | 100101001 | 1100100 | 1000100 |
Color Harmonies of #F85DFF
Complementary color
Monochromatic Colors of #F85DFF
Black with #F85DFF
Text Example
Text Example
White with #F85DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85DFF; }
p { color: rgb(248,93,255); }
H1.HeaderClassName
{
color: #F85DFF;
}
.AnyTagClassName
{
color: #F85DFF;
}
</style>
background-color css
<style>
a { background-color: #F85DFF; }
a { background-color: rgb(248,93,255); }
div.DivClassName
{
background-color: #F85DFF;
}
.BgClassName
{
background-color: #F85DFF;
}
</style>
border-color css
<style>
span { border-color: #F85DFF; }
span { border-color: rgb(248,93,255); }
td.TdClassName
{
border-color: #F85DFF;
}
.TagClassName
{
border-color: #F85DFF;
}
</style>