Shades of Pink Flamingo #F950ED
Tints of Pink Flamingo #F950ED
RGB
CMYK
RGB Variations
Color information
#F950ED (or 0xF950ED) is known color: Pink Flamingo. HEX triplet: F9, 50 and ED. RGB value is (249,80,237). Sum of RGB (Red+Green+Blue) = 249+80+237=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 80 (31.64% from 255 or 14.13% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F950ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F950ED is #06AF12. Grayscale: #939393. Windows color (decimal): -438035 or 15552761. OLE color: 15552761.
HSL color Cylindrical-coordinate representation of color #F950ED: hue angle of 304.26º 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 #F950ED is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 237 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.02 |
| HSL | 304.26º | 0.93% | 0.65% | - |
| HSV(B) | 304.26º | 0.68% | 0.98% | - |
| XYZ | 57.22 | 31.99 | 83.28 | - |
| YUV | 148.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 237 | 0 | 0.68 | 0.05 | 0.02 | 304.26 | 0.93 | 0.65 |
| Hex | F9 | 50 | ED | 0 | 44 | 5 | 2 | 130 | 5D | 41 |
| Octal | 371 | 120 | 355 | 0 | 104 | 5 | 2 | 460 | 135 | 101 |
| Binary | 11111001 | 1010000 | 11101101 | 0 | 1000100 | 101 | 10 | 100110000 | 1011101 | 1000001 |
Color Harmonies of #F950ED
Complementary color
Monochromatic Colors of #F950ED
Black with #F950ED
Text Example
Text Example
White with #F950ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F950ED; }
p { color: rgb(249,80,237); }
H1.HeaderClassName
{
color: #F950ED;
}
.AnyTagClassName
{
color: #F950ED;
}
</style>
background-color css
<style>
a { background-color: #F950ED; }
a { background-color: rgb(249,80,237); }
div.DivClassName
{
background-color: #F950ED;
}
.BgClassName
{
background-color: #F950ED;
}
</style>
border-color css
<style>
span { border-color: #F950ED; }
span { border-color: rgb(249,80,237); }
td.TdClassName
{
border-color: #F950ED;
}
.TagClassName
{
border-color: #F950ED;
}
</style>