Shades of Pink Flamingo #F949F5
Tints of Pink Flamingo #F949F5
RGB
CMYK
RGB Variations
Color information
#F949F5 (or 0xF949F5) is known color: Pink Flamingo. HEX triplet: F9, 49 and F5. RGB value is (249,73,245). Sum of RGB (Red+Green+Blue) = 249+73+245=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 73 (28.91% from 255 or 12.87% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F949F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F949F5 is #06B60A. Grayscale: #909090. Windows color (decimal): -439819 or 16075257. OLE color: 16075257.
HSL color Cylindrical-coordinate representation of color #F949F5: hue angle of 301.36º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F949F5 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 245 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.02 |
| HSL | 301.36º | 0.94% | 0.63% | - |
| HSV(B) | 301.36º | 0.71% | 0.98% | - |
| XYZ | 57.93 | 31.5 | 89.41 | - |
| YUV | 145.23 | 184.31 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 245 | 0 | 0.71 | 0.02 | 0.02 | 301.36 | 0.94 | 0.63 |
| Hex | F9 | 49 | F5 | 0 | 47 | 2 | 2 | 12D | 5E | 3F |
| Octal | 371 | 111 | 365 | 0 | 107 | 2 | 2 | 455 | 136 | 77 |
| Binary | 11111001 | 1001001 | 11110101 | 0 | 1000111 | 10 | 10 | 100101101 | 1011110 | 111111 |
Color Harmonies of #F949F5
Complementary color
Monochromatic Colors of #F949F5
Black with #F949F5
Text Example
Text Example
White with #F949F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949F5; }
p { color: rgb(249,73,245); }
H1.HeaderClassName
{
color: #F949F5;
}
.AnyTagClassName
{
color: #F949F5;
}
</style>
background-color css
<style>
a { background-color: #F949F5; }
a { background-color: rgb(249,73,245); }
div.DivClassName
{
background-color: #F949F5;
}
.BgClassName
{
background-color: #F949F5;
}
</style>
border-color css
<style>
span { border-color: #F949F5; }
span { border-color: rgb(249,73,245); }
td.TdClassName
{
border-color: #F949F5;
}
.TagClassName
{
border-color: #F949F5;
}
</style>