Shades of Pink Flamingo #F953F9
Tints of Pink Flamingo #F953F9
RGB
CMYK
RGB Variations
Color information
#F953F9 (or 0xF953F9) is known color: Pink Flamingo. HEX triplet: F9, 53 and F9. RGB value is (249,83,249). Sum of RGB (Red+Green+Blue) = 249+83+249=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 83 (32.81% from 255 or 14.29% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F953F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953F9 is #06AC06. Grayscale: #979797. Windows color (decimal): -437255 or 16339961. OLE color: 16339961.
HSL color Cylindrical-coordinate representation of color #F953F9: hue angle of 300º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F953F9 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 249 | - |
| CMYK | 0 | 0.67 | 0 | 0.02 |
| HSL | 300º | 0.93% | 0.65% | - |
| HSV(B) | 300º | 0.67% | 0.98% | - |
| XYZ | 59.26 | 33.17 | 92.9 | - |
| YUV | 151.56 | 183 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 249 | 0 | 0.67 | 0 | 0.02 | 300 | 0.93 | 0.65 |
| Hex | F9 | 53 | F9 | 0 | 43 | 0 | 2 | 12C | 5D | 41 |
| Octal | 371 | 123 | 371 | 0 | 103 | 0 | 2 | 454 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11111001 | 0 | 1000011 | 0 | 10 | 100101100 | 1011101 | 1000001 |
Color Harmonies of #F953F9
Complementary color
Monochromatic Colors of #F953F9
Black with #F953F9
Text Example
Text Example
White with #F953F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953F9; }
p { color: rgb(249,83,249); }
H1.HeaderClassName
{
color: #F953F9;
}
.AnyTagClassName
{
color: #F953F9;
}
</style>
background-color css
<style>
a { background-color: #F953F9; }
a { background-color: rgb(249,83,249); }
div.DivClassName
{
background-color: #F953F9;
}
.BgClassName
{
background-color: #F953F9;
}
</style>
border-color css
<style>
span { border-color: #F953F9; }
span { border-color: rgb(249,83,249); }
td.TdClassName
{
border-color: #F953F9;
}
.TagClassName
{
border-color: #F953F9;
}
</style>