Shades of Pink Flamingo #F942F3
Tints of Pink Flamingo #F942F3
RGB
CMYK
RGB Variations
Color information
#F942F3 (or 0xF942F3) is known color: Pink Flamingo. HEX triplet: F9, 42 and F3. RGB value is (249,66,243). Sum of RGB (Red+Green+Blue) = 249+66+243=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 66 (26.17% from 255 or 11.83% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F942F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F942F3 is #06BD0C. Grayscale: #8C8C8C. Windows color (decimal): -441613 or 15942393. OLE color: 15942393.
HSL color Cylindrical-coordinate representation of color #F942F3: hue angle of 301.97º 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 #F942F3 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 243 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.02 |
| HSL | 301.97º | 0.94% | 0.62% | - |
| HSV(B) | 301.97º | 0.73% | 0.98% | - |
| XYZ | 57.19 | 30.51 | 87.67 | - |
| YUV | 140.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 243 | 0 | 0.73 | 0.02 | 0.02 | 301.97 | 0.94 | 0.62 |
| Hex | F9 | 42 | F3 | 0 | 49 | 2 | 2 | 12E | 5E | 3E |
| Octal | 371 | 102 | 363 | 0 | 111 | 2 | 2 | 456 | 136 | 76 |
| Binary | 11111001 | 1000010 | 11110011 | 0 | 1001001 | 10 | 10 | 100101110 | 1011110 | 111110 |
Color Harmonies of #F942F3
Complementary color
Monochromatic Colors of #F942F3
Black with #F942F3
Text Example
Text Example
White with #F942F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F942F3; }
p { color: rgb(249,66,243); }
H1.HeaderClassName
{
color: #F942F3;
}
.AnyTagClassName
{
color: #F942F3;
}
</style>
background-color css
<style>
a { background-color: #F942F3; }
a { background-color: rgb(249,66,243); }
div.DivClassName
{
background-color: #F942F3;
}
.BgClassName
{
background-color: #F942F3;
}
</style>
border-color css
<style>
span { border-color: #F942F3; }
span { border-color: rgb(249,66,243); }
td.TdClassName
{
border-color: #F942F3;
}
.TagClassName
{
border-color: #F942F3;
}
</style>