Shades of Pink Flamingo #F850EE
Tints of Pink Flamingo #F850EE
RGB
CMYK
RGB Variations
Color information
#F850EE (or 0xF850EE) is known color: Pink Flamingo. HEX triplet: F8, 50 and EE. RGB value is (248,80,238). Sum of RGB (Red+Green+Blue) = 248+80+238=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 80 (31.64% from 255 or 14.13% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F850EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F850EE is #07AF11. Grayscale: #939393. Windows color (decimal): -503570 or 15618296. OLE color: 15618296.
HSL color Cylindrical-coordinate representation of color #F850EE: hue angle of 303.57º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F850EE is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 238 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.03 |
| HSL | 303.57º | 0.92% | 0.64% | - |
| HSV(B) | 303.57º | 0.68% | 0.97% | - |
| XYZ | 57.01 | 31.87 | 84.03 | - |
| YUV | 148.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 238 | 0 | 0.68 | 0.04 | 0.03 | 303.57 | 0.92 | 0.64 |
| Hex | F8 | 50 | EE | 0 | 44 | 4 | 3 | 130 | 5C | 40 |
| Octal | 370 | 120 | 356 | 0 | 104 | 4 | 3 | 460 | 134 | 100 |
| Binary | 11111000 | 1010000 | 11101110 | 0 | 1000100 | 100 | 11 | 100110000 | 1011100 | 1000000 |
Color Harmonies of #F850EE
Complementary color
Monochromatic Colors of #F850EE
Black with #F850EE
Text Example
Text Example
White with #F850EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F850EE; }
p { color: rgb(248,80,238); }
H1.HeaderClassName
{
color: #F850EE;
}
.AnyTagClassName
{
color: #F850EE;
}
</style>
background-color css
<style>
a { background-color: #F850EE; }
a { background-color: rgb(248,80,238); }
div.DivClassName
{
background-color: #F850EE;
}
.BgClassName
{
background-color: #F850EE;
}
</style>
border-color css
<style>
span { border-color: #F850EE; }
span { border-color: rgb(248,80,238); }
td.TdClassName
{
border-color: #F850EE;
}
.TagClassName
{
border-color: #F850EE;
}
</style>