Shades of Pink Flamingo #F85CFA
Tints of Pink Flamingo #F85CFA
RGB
CMYK
RGB Variations
Color information
#F85CFA (or 0xF85CFA) is known color: Pink Flamingo. HEX triplet: F8, 5C and FA. RGB value is (248,92,250). Sum of RGB (Red+Green+Blue) = 248+92+250=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 92 (36.33% from 255 or 15.59% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #F85CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85CFA is #07A305. Grayscale: #9C9C9C. Windows color (decimal): -500486 or 16407800. OLE color: 16407800.
HSL color Cylindrical-coordinate representation of color #F85CFA: hue angle of 299.24º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85CFA is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 92 | 250 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.02 |
| HSL | 299.24º | 0.94% | 0.67% | - |
| HSV(B) | 299.24º | 0.63% | 0.98% | - |
| XYZ | 59.79 | 34.51 | 93.95 | - |
| YUV | 156.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 250 | 0.01 | 0.63 | 0 | 0.02 | 299.24 | 0.94 | 0.67 |
| Hex | F8 | 5C | FA | 1 | 3F | 0 | 2 | 12B | 5E | 43 |
| Octal | 370 | 134 | 372 | 1 | 77 | 0 | 2 | 453 | 136 | 103 |
| Binary | 11111000 | 1011100 | 11111010 | 1 | 111111 | 0 | 10 | 100101011 | 1011110 | 1000011 |
Color Harmonies of #F85CFA
Complementary color
Monochromatic Colors of #F85CFA
Black with #F85CFA
Text Example
Text Example
White with #F85CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85CFA; }
p { color: rgb(248,92,250); }
H1.HeaderClassName
{
color: #F85CFA;
}
.AnyTagClassName
{
color: #F85CFA;
}
</style>
background-color css
<style>
a { background-color: #F85CFA; }
a { background-color: rgb(248,92,250); }
div.DivClassName
{
background-color: #F85CFA;
}
.BgClassName
{
background-color: #F85CFA;
}
</style>
border-color css
<style>
span { border-color: #F85CFA; }
span { border-color: rgb(248,92,250); }
td.TdClassName
{
border-color: #F85CFA;
}
.TagClassName
{
border-color: #F85CFA;
}
</style>