Shades of Pink Flamingo #F85AED
Tints of Pink Flamingo #F85AED
RGB
CMYK
RGB Variations
Color information
#F85AED (or 0xF85AED) is known color: Pink Flamingo. HEX triplet: F8, 5A and ED. RGB value is (248,90,237). Sum of RGB (Red+Green+Blue) = 248+90+237=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 90 (35.55% from 255 or 15.65% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AED is #07A512. Grayscale: #999999. Windows color (decimal): -501011 or 15555320. OLE color: 15555320.
HSL color Cylindrical-coordinate representation of color #F85AED: hue angle of 304.18º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85AED is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 237 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.03 |
| HSL | 304.18º | 0.92% | 0.66% | - |
| HSV(B) | 304.18º | 0.64% | 0.97% | - |
| XYZ | 57.65 | 33.38 | 83.53 | - |
| YUV | 154 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 237 | 0 | 0.64 | 0.04 | 0.03 | 304.18 | 0.92 | 0.66 |
| Hex | F8 | 5A | ED | 0 | 40 | 4 | 3 | 130 | 5C | 42 |
| Octal | 370 | 132 | 355 | 0 | 100 | 4 | 3 | 460 | 134 | 102 |
| Binary | 11111000 | 1011010 | 11101101 | 0 | 1000000 | 100 | 11 | 100110000 | 1011100 | 1000010 |
Color Harmonies of #F85AED
Complementary color
Monochromatic Colors of #F85AED
Black with #F85AED
Text Example
Text Example
White with #F85AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85AED; }
p { color: rgb(248,90,237); }
H1.HeaderClassName
{
color: #F85AED;
}
.AnyTagClassName
{
color: #F85AED;
}
</style>
background-color css
<style>
a { background-color: #F85AED; }
a { background-color: rgb(248,90,237); }
div.DivClassName
{
background-color: #F85AED;
}
.BgClassName
{
background-color: #F85AED;
}
</style>
border-color css
<style>
span { border-color: #F85AED; }
span { border-color: rgb(248,90,237); }
td.TdClassName
{
border-color: #F85AED;
}
.TagClassName
{
border-color: #F85AED;
}
</style>