Shades of Pink Flamingo #F85EEE
Tints of Pink Flamingo #F85EEE
RGB
CMYK
RGB Variations
Color information
#F85EEE (or 0xF85EEE) is known color: Pink Flamingo. HEX triplet: F8, 5E and EE. RGB value is (248,94,238). Sum of RGB (Red+Green+Blue) = 248+94+238=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EEE is #07A111. Grayscale: #9C9C9C. Windows color (decimal): -499986 or 15621880. OLE color: 15621880.
HSL color Cylindrical-coordinate representation of color #F85EEE: hue angle of 303.9º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85EEE is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 238 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.03 |
| HSL | 303.9º | 0.92% | 0.67% | - |
| HSV(B) | 303.9º | 0.62% | 0.97% | - |
| XYZ | 58.15 | 34.13 | 84.41 | - |
| YUV | 156.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 238 | 0 | 0.62 | 0.04 | 0.03 | 303.9 | 0.92 | 0.67 |
| Hex | F8 | 5E | EE | 0 | 3E | 4 | 3 | 130 | 5C | 43 |
| Octal | 370 | 136 | 356 | 0 | 76 | 4 | 3 | 460 | 134 | 103 |
| Binary | 11111000 | 1011110 | 11101110 | 0 | 111110 | 100 | 11 | 100110000 | 1011100 | 1000011 |
Color Harmonies of #F85EEE
Complementary color
Monochromatic Colors of #F85EEE
Black with #F85EEE
Text Example
Text Example
White with #F85EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85EEE; }
p { color: rgb(248,94,238); }
H1.HeaderClassName
{
color: #F85EEE;
}
.AnyTagClassName
{
color: #F85EEE;
}
</style>
background-color css
<style>
a { background-color: #F85EEE; }
a { background-color: rgb(248,94,238); }
div.DivClassName
{
background-color: #F85EEE;
}
.BgClassName
{
background-color: #F85EEE;
}
</style>
border-color css
<style>
span { border-color: #F85EEE; }
span { border-color: rgb(248,94,238); }
td.TdClassName
{
border-color: #F85EEE;
}
.TagClassName
{
border-color: #F85EEE;
}
</style>