Shades of Pink Flamingo #F34DF9
Tints of Pink Flamingo #F34DF9
RGB
CMYK
RGB Variations
Color information
#F34DF9 (or 0xF34DF9) is known color: Pink Flamingo. HEX triplet: F3, 4D and F9. RGB value is (243,77,249). Sum of RGB (Red+Green+Blue) = 243+77+249=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 77 (30.47% from 255 or 13.53% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #F34DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F34DF9 is #0CB206. Grayscale: #919191. Windows color (decimal): -832007 or 16338419. OLE color: 16338419.
HSL color Cylindrical-coordinate representation of color #F34DF9: hue angle of 297.91º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34DF9 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 77 | 249 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.02 |
| HSL | 297.91º | 0.93% | 0.64% | - |
| HSV(B) | 297.91º | 0.69% | 0.98% | - |
| XYZ | 56.71 | 31.2 | 92.66 | - |
| YUV | 146.24 | 186 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 249 | 0.02 | 0.69 | 0 | 0.02 | 297.91 | 0.93 | 0.64 |
| Hex | F3 | 4D | F9 | 2 | 45 | 0 | 2 | 12A | 5D | 40 |
| Octal | 363 | 115 | 371 | 2 | 105 | 0 | 2 | 452 | 135 | 100 |
| Binary | 11110011 | 1001101 | 11111001 | 10 | 1000101 | 0 | 10 | 100101010 | 1011101 | 1000000 |
Color Harmonies of #F34DF9
Complementary color
Monochromatic Colors of #F34DF9
Black with #F34DF9
Text Example
Text Example
White with #F34DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34DF9; }
p { color: rgb(243,77,249); }
H1.HeaderClassName
{
color: #F34DF9;
}
.AnyTagClassName
{
color: #F34DF9;
}
</style>
background-color css
<style>
a { background-color: #F34DF9; }
a { background-color: rgb(243,77,249); }
div.DivClassName
{
background-color: #F34DF9;
}
.BgClassName
{
background-color: #F34DF9;
}
</style>
border-color css
<style>
span { border-color: #F34DF9; }
span { border-color: rgb(243,77,249); }
td.TdClassName
{
border-color: #F34DF9;
}
.TagClassName
{
border-color: #F34DF9;
}
</style>