Shades of Pink Flamingo #F945EF
Tints of Pink Flamingo #F945EF
RGB
CMYK
RGB Variations
Color information
#F945EF (or 0xF945EF) is known color: Pink Flamingo. HEX triplet: F9, 45 and EF. RGB value is (249,69,239). Sum of RGB (Red+Green+Blue) = 249+69+239=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 69 (27.34% from 255 or 12.39% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F945EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F945EF is #06BA10. Grayscale: #8D8D8D. Windows color (decimal): -440849 or 15681017. OLE color: 15681017.
HSL color Cylindrical-coordinate representation of color #F945EF: hue angle of 303.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F945EF is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 239 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.02 |
| HSL | 303.33º | 0.94% | 0.62% | - |
| HSV(B) | 303.33º | 0.72% | 0.98% | - |
| XYZ | 56.78 | 30.63 | 84.58 | - |
| YUV | 142.2 | 182.63 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 239 | 0 | 0.72 | 0.04 | 0.02 | 303.33 | 0.94 | 0.62 |
| Hex | F9 | 45 | EF | 0 | 48 | 4 | 2 | 12F | 5E | 3E |
| Octal | 371 | 105 | 357 | 0 | 110 | 4 | 2 | 457 | 136 | 76 |
| Binary | 11111001 | 1000101 | 11101111 | 0 | 1001000 | 100 | 10 | 100101111 | 1011110 | 111110 |
Color Harmonies of #F945EF
Complementary color
Monochromatic Colors of #F945EF
Black with #F945EF
Text Example
Text Example
White with #F945EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F945EF; }
p { color: rgb(249,69,239); }
H1.HeaderClassName
{
color: #F945EF;
}
.AnyTagClassName
{
color: #F945EF;
}
</style>
background-color css
<style>
a { background-color: #F945EF; }
a { background-color: rgb(249,69,239); }
div.DivClassName
{
background-color: #F945EF;
}
.BgClassName
{
background-color: #F945EF;
}
</style>
border-color css
<style>
span { border-color: #F945EF; }
span { border-color: rgb(249,69,239); }
td.TdClassName
{
border-color: #F945EF;
}
.TagClassName
{
border-color: #F945EF;
}
</style>