Shades of Pink Flamingo #F85AFC
Tints of Pink Flamingo #F85AFC
RGB
CMYK
RGB Variations
Color information
#F85AFC (or 0xF85AFC) is known color: Pink Flamingo. HEX triplet: F8, 5A and FC. RGB value is (248,90,252). Sum of RGB (Red+Green+Blue) = 248+90+252=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 90 (35.55% from 255 or 15.25% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #F85AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AFC is #07A503. Grayscale: #9B9B9B. Windows color (decimal): -500996 or 16538360. OLE color: 16538360.
HSL color Cylindrical-coordinate representation of color #F85AFC: hue angle of 298.52º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85AFC is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 90 | 252 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.01 |
| HSL | 298.52º | 0.96% | 0.67% | - |
| HSV(B) | 298.52º | 0.64% | 0.99% | - |
| XYZ | 59.94 | 34.3 | 95.56 | - |
| YUV | 155.71 | 182.35 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 252 | 0.02 | 0.64 | 0 | 0.01 | 298.52 | 0.96 | 0.67 |
| Hex | F8 | 5A | FC | 2 | 40 | 0 | 1 | 12B | 60 | 43 |
| Octal | 370 | 132 | 374 | 2 | 100 | 0 | 1 | 453 | 140 | 103 |
| Binary | 11111000 | 1011010 | 11111100 | 10 | 1000000 | 0 | 1 | 100101011 | 1100000 | 1000011 |
Color Harmonies of #F85AFC
Complementary color
Monochromatic Colors of #F85AFC
Black with #F85AFC
Text Example
Text Example
White with #F85AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85AFC; }
p { color: rgb(248,90,252); }
H1.HeaderClassName
{
color: #F85AFC;
}
.AnyTagClassName
{
color: #F85AFC;
}
</style>
background-color css
<style>
a { background-color: #F85AFC; }
a { background-color: rgb(248,90,252); }
div.DivClassName
{
background-color: #F85AFC;
}
.BgClassName
{
background-color: #F85AFC;
}
</style>
border-color css
<style>
span { border-color: #F85AFC; }
span { border-color: rgb(248,90,252); }
td.TdClassName
{
border-color: #F85AFC;
}
.TagClassName
{
border-color: #F85AFC;
}
</style>