Shades of Pink Flamingo #F85AFB
Tints of Pink Flamingo #F85AFB
RGB
CMYK
RGB Variations
Color information
#F85AFB (or 0xF85AFB) is known color: Pink Flamingo. HEX triplet: F8, 5A and FB. RGB value is (248,90,251). Sum of RGB (Red+Green+Blue) = 248+90+251=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 90 (35.55% from 255 or 15.28% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #F85AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AFB is #07A504. Grayscale: #9B9B9B. Windows color (decimal): -500997 or 16472824. OLE color: 16472824.
HSL color Cylindrical-coordinate representation of color #F85AFB: hue angle of 298.88º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85AFB is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 90 | 251 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.02 |
| HSL | 298.88º | 0.95% | 0.67% | - |
| HSV(B) | 298.88º | 0.64% | 0.98% | - |
| XYZ | 59.78 | 34.23 | 94.72 | - |
| YUV | 155.6 | 181.85 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 251 | 0.01 | 0.64 | 0 | 0.02 | 298.88 | 0.95 | 0.67 |
| Hex | F8 | 5A | FB | 1 | 40 | 0 | 2 | 12B | 5F | 43 |
| Octal | 370 | 132 | 373 | 1 | 100 | 0 | 2 | 453 | 137 | 103 |
| Binary | 11111000 | 1011010 | 11111011 | 1 | 1000000 | 0 | 10 | 100101011 | 1011111 | 1000011 |
Color Harmonies of #F85AFB
Complementary color
Monochromatic Colors of #F85AFB
Black with #F85AFB
Text Example
Text Example
White with #F85AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85AFB; }
p { color: rgb(248,90,251); }
H1.HeaderClassName
{
color: #F85AFB;
}
.AnyTagClassName
{
color: #F85AFB;
}
</style>
background-color css
<style>
a { background-color: #F85AFB; }
a { background-color: rgb(248,90,251); }
div.DivClassName
{
background-color: #F85AFB;
}
.BgClassName
{
background-color: #F85AFB;
}
</style>
border-color css
<style>
span { border-color: #F85AFB; }
span { border-color: rgb(248,90,251); }
td.TdClassName
{
border-color: #F85AFB;
}
.TagClassName
{
border-color: #F85AFB;
}
</style>