Shades of Pink Flamingo #F955ED
Tints of Pink Flamingo #F955ED
RGB
CMYK
RGB Variations
Color information
#F955ED (or 0xF955ED) is known color: Pink Flamingo. HEX triplet: F9, 55 and ED. RGB value is (249,85,237). Sum of RGB (Red+Green+Blue) = 249+85+237=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 85 (33.59% from 255 or 14.89% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F955ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F955ED is #06AA12. Grayscale: #969696. Windows color (decimal): -436755 or 15554041. OLE color: 15554041.
HSL color Cylindrical-coordinate representation of color #F955ED: hue angle of 304.39º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F955ED is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 237 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.02 |
| HSL | 304.39º | 0.93% | 0.65% | - |
| HSV(B) | 304.39º | 0.66% | 0.98% | - |
| XYZ | 57.6 | 32.75 | 83.41 | - |
| YUV | 151.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 237 | 0 | 0.66 | 0.05 | 0.02 | 304.39 | 0.93 | 0.65 |
| Hex | F9 | 55 | ED | 0 | 42 | 5 | 2 | 130 | 5D | 41 |
| Octal | 371 | 125 | 355 | 0 | 102 | 5 | 2 | 460 | 135 | 101 |
| Binary | 11111001 | 1010101 | 11101101 | 0 | 1000010 | 101 | 10 | 100110000 | 1011101 | 1000001 |
Color Harmonies of #F955ED
Complementary color
Monochromatic Colors of #F955ED
Black with #F955ED
Text Example
Text Example
White with #F955ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F955ED; }
p { color: rgb(249,85,237); }
H1.HeaderClassName
{
color: #F955ED;
}
.AnyTagClassName
{
color: #F955ED;
}
</style>
background-color css
<style>
a { background-color: #F955ED; }
a { background-color: rgb(249,85,237); }
div.DivClassName
{
background-color: #F955ED;
}
.BgClassName
{
background-color: #F955ED;
}
</style>
border-color css
<style>
span { border-color: #F955ED; }
span { border-color: rgb(249,85,237); }
td.TdClassName
{
border-color: #F955ED;
}
.TagClassName
{
border-color: #F955ED;
}
</style>