Shades of Pink Flamingo #F942FE
Tints of Pink Flamingo #F942FE
RGB
CMYK
RGB Variations
Color information
#F942FE (or 0xF942FE) is known color: Pink Flamingo. HEX triplet: F9, 42 and FE. RGB value is (249,66,254). Sum of RGB (Red+Green+Blue) = 249+66+254=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 66 (26.17% from 255 or 11.60% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #F942FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F942FE is #06BD01. Grayscale: #8D8D8D. Windows color (decimal): -441602 or 16663289. OLE color: 16663289.
HSL color Cylindrical-coordinate representation of color #F942FE: hue angle of 298.4º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F942FE is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 66 | 254 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.00 |
| HSL | 298.4º | 0.99% | 0.63% | - |
| HSV(B) | 298.4º | 0.74% | 1% | - |
| XYZ | 58.9 | 31.19 | 96.68 | - |
| YUV | 142.15 | 191.13 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 254 | 0.02 | 0.74 | 0 | 0.00 | 298.4 | 0.99 | 0.63 |
| Hex | F9 | 42 | FE | 2 | 4A | 0 | 0 | 12A | 63 | 3F |
| Octal | 371 | 102 | 376 | 2 | 112 | 0 | 0 | 452 | 143 | 77 |
| Binary | 11111001 | 1000010 | 11111110 | 10 | 1001010 | 0 | 0 | 100101010 | 1100011 | 111111 |
Color Harmonies of #F942FE
Complementary color
Monochromatic Colors of #F942FE
Black with #F942FE
Text Example
Text Example
White with #F942FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F942FE; }
p { color: rgb(249,66,254); }
H1.HeaderClassName
{
color: #F942FE;
}
.AnyTagClassName
{
color: #F942FE;
}
</style>
background-color css
<style>
a { background-color: #F942FE; }
a { background-color: rgb(249,66,254); }
div.DivClassName
{
background-color: #F942FE;
}
.BgClassName
{
background-color: #F942FE;
}
</style>
border-color css
<style>
span { border-color: #F942FE; }
span { border-color: rgb(249,66,254); }
td.TdClassName
{
border-color: #F942FE;
}
.TagClassName
{
border-color: #F942FE;
}
</style>