Shades of Pink Flamingo #F950EF
Tints of Pink Flamingo #F950EF
RGB
CMYK
RGB Variations
Color information
#F950EF (or 0xF950EF) is known color: Pink Flamingo. HEX triplet: F9, 50 and EF. RGB value is (249,80,239). Sum of RGB (Red+Green+Blue) = 249+80+239=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 80 (31.64% from 255 or 14.08% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F950EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F950EF is #06AF10. Grayscale: #949494. Windows color (decimal): -438033 or 15683833. OLE color: 15683833.
HSL color Cylindrical-coordinate representation of color #F950EF: hue angle of 303.55º 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 #F950EF is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 239 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.02 |
| HSL | 303.55º | 0.93% | 0.65% | - |
| HSV(B) | 303.55º | 0.68% | 0.98% | - |
| XYZ | 57.52 | 32.11 | 84.83 | - |
| YUV | 148.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 239 | 0 | 0.68 | 0.04 | 0.02 | 303.55 | 0.93 | 0.65 |
| Hex | F9 | 50 | EF | 0 | 44 | 4 | 2 | 130 | 5D | 41 |
| Octal | 371 | 120 | 357 | 0 | 104 | 4 | 2 | 460 | 135 | 101 |
| Binary | 11111001 | 1010000 | 11101111 | 0 | 1000100 | 100 | 10 | 100110000 | 1011101 | 1000001 |
Color Harmonies of #F950EF
Complementary color
Monochromatic Colors of #F950EF
Black with #F950EF
Text Example
Text Example
White with #F950EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F950EF; }
p { color: rgb(249,80,239); }
H1.HeaderClassName
{
color: #F950EF;
}
.AnyTagClassName
{
color: #F950EF;
}
</style>
background-color css
<style>
a { background-color: #F950EF; }
a { background-color: rgb(249,80,239); }
div.DivClassName
{
background-color: #F950EF;
}
.BgClassName
{
background-color: #F950EF;
}
</style>
border-color css
<style>
span { border-color: #F950EF; }
span { border-color: rgb(249,80,239); }
td.TdClassName
{
border-color: #F950EF;
}
.TagClassName
{
border-color: #F950EF;
}
</style>