Shades of Pink Flamingo #F942EF
Tints of Pink Flamingo #F942EF
RGB
CMYK
RGB Variations
Color information
#F942EF (or 0xF942EF) is known color: Pink Flamingo. HEX triplet: F9, 42 and EF. RGB value is (249,66,239). Sum of RGB (Red+Green+Blue) = 249+66+239=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 66 (26.17% from 255 or 11.91% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F942EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F942EF is #06BD10. Grayscale: #8B8B8B. Windows color (decimal): -441617 or 15680249. OLE color: 15680249.
HSL color Cylindrical-coordinate representation of color #F942EF: hue angle of 303.28º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F942EF is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 239 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.02 |
| HSL | 303.28º | 0.94% | 0.62% | - |
| HSV(B) | 303.28º | 0.73% | 0.98% | - |
| XYZ | 56.6 | 30.27 | 84.52 | - |
| YUV | 140.44 | 183.63 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 239 | 0 | 0.73 | 0.04 | 0.02 | 303.28 | 0.94 | 0.62 |
| Hex | F9 | 42 | EF | 0 | 49 | 4 | 2 | 12F | 5E | 3E |
| Octal | 371 | 102 | 357 | 0 | 111 | 4 | 2 | 457 | 136 | 76 |
| Binary | 11111001 | 1000010 | 11101111 | 0 | 1001001 | 100 | 10 | 100101111 | 1011110 | 111110 |
Color Harmonies of #F942EF
Complementary color
Monochromatic Colors of #F942EF
Black with #F942EF
Text Example
Text Example
White with #F942EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F942EF; }
p { color: rgb(249,66,239); }
H1.HeaderClassName
{
color: #F942EF;
}
.AnyTagClassName
{
color: #F942EF;
}
</style>
background-color css
<style>
a { background-color: #F942EF; }
a { background-color: rgb(249,66,239); }
div.DivClassName
{
background-color: #F942EF;
}
.BgClassName
{
background-color: #F942EF;
}
</style>
border-color css
<style>
span { border-color: #F942EF; }
span { border-color: rgb(249,66,239); }
td.TdClassName
{
border-color: #F942EF;
}
.TagClassName
{
border-color: #F942EF;
}
</style>