Shades of Pink Flamingo #F953F7
Tints of Pink Flamingo #F953F7
RGB
CMYK
RGB Variations
Color information
#F953F7 (or 0xF953F7) is known color: Pink Flamingo. HEX triplet: F9, 53 and F7. RGB value is (249,83,247). Sum of RGB (Red+Green+Blue) = 249+83+247=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 83 (32.81% from 255 or 14.34% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F953F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953F7 is #06AC08. Grayscale: #969696. Windows color (decimal): -437257 or 16208889. OLE color: 16208889.
HSL color Cylindrical-coordinate representation of color #F953F7: hue angle of 300.72º 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 #F953F7 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 247 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.02 |
| HSL | 300.72º | 0.93% | 0.65% | - |
| HSV(B) | 300.72º | 0.67% | 0.98% | - |
| XYZ | 58.95 | 33.04 | 91.27 | - |
| YUV | 151.33 | 182 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 247 | 0 | 0.67 | 0.01 | 0.02 | 300.72 | 0.93 | 0.65 |
| Hex | F9 | 53 | F7 | 0 | 43 | 1 | 2 | 12D | 5D | 41 |
| Octal | 371 | 123 | 367 | 0 | 103 | 1 | 2 | 455 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11110111 | 0 | 1000011 | 1 | 10 | 100101101 | 1011101 | 1000001 |
Color Harmonies of #F953F7
Complementary color
Monochromatic Colors of #F953F7
Black with #F953F7
Text Example
Text Example
White with #F953F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953F7; }
p { color: rgb(249,83,247); }
H1.HeaderClassName
{
color: #F953F7;
}
.AnyTagClassName
{
color: #F953F7;
}
</style>
background-color css
<style>
a { background-color: #F953F7; }
a { background-color: rgb(249,83,247); }
div.DivClassName
{
background-color: #F953F7;
}
.BgClassName
{
background-color: #F953F7;
}
</style>
border-color css
<style>
span { border-color: #F953F7; }
span { border-color: rgb(249,83,247); }
td.TdClassName
{
border-color: #F953F7;
}
.TagClassName
{
border-color: #F953F7;
}
</style>