Shades of Pink Flamingo #F950EE
Tints of Pink Flamingo #F950EE
RGB
CMYK
RGB Variations
Color information
#F950EE (or 0xF950EE) is known color: Pink Flamingo. HEX triplet: F9, 50 and EE. RGB value is (249,80,238). Sum of RGB (Red+Green+Blue) = 249+80+238=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 80 (31.64% from 255 or 14.11% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F950EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F950EE is #06AF11. Grayscale: #949494. Windows color (decimal): -438034 or 15618297. OLE color: 15618297.
HSL color Cylindrical-coordinate representation of color #F950EE: hue angle of 303.91º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F950EE is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 238 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.02 |
| HSL | 303.91º | 0.93% | 0.65% | - |
| HSV(B) | 303.91º | 0.68% | 0.98% | - |
| XYZ | 57.37 | 32.05 | 84.05 | - |
| YUV | 148.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 238 | 0 | 0.68 | 0.04 | 0.02 | 303.91 | 0.93 | 0.65 |
| Hex | F9 | 50 | EE | 0 | 44 | 4 | 2 | 130 | 5D | 41 |
| Octal | 371 | 120 | 356 | 0 | 104 | 4 | 2 | 460 | 135 | 101 |
| Binary | 11111001 | 1010000 | 11101110 | 0 | 1000100 | 100 | 10 | 100110000 | 1011101 | 1000001 |
Color Harmonies of #F950EE
Complementary color
Monochromatic Colors of #F950EE
Black with #F950EE
Text Example
Text Example
White with #F950EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F950EE; }
p { color: rgb(249,80,238); }
H1.HeaderClassName
{
color: #F950EE;
}
.AnyTagClassName
{
color: #F950EE;
}
</style>
background-color css
<style>
a { background-color: #F950EE; }
a { background-color: rgb(249,80,238); }
div.DivClassName
{
background-color: #F950EE;
}
.BgClassName
{
background-color: #F950EE;
}
</style>
border-color css
<style>
span { border-color: #F950EE; }
span { border-color: rgb(249,80,238); }
td.TdClassName
{
border-color: #F950EE;
}
.TagClassName
{
border-color: #F950EE;
}
</style>