Shades of Pink Flamingo #F949F1
Tints of Pink Flamingo #F949F1
RGB
CMYK
RGB Variations
Color information
#F949F1 (or 0xF949F1) is known color: Pink Flamingo. HEX triplet: F9, 49 and F1. RGB value is (249,73,241). Sum of RGB (Red+Green+Blue) = 249+73+241=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 73 (28.91% from 255 or 12.97% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F949F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F949F1 is #06B60E. Grayscale: #909090. Windows color (decimal): -439823 or 15813113. OLE color: 15813113.
HSL color Cylindrical-coordinate representation of color #F949F1: hue angle of 302.73º 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 #F949F1 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 241 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.02 |
| HSL | 302.73º | 0.94% | 0.63% | - |
| HSV(B) | 302.73º | 0.71% | 0.98% | - |
| XYZ | 57.33 | 31.26 | 86.23 | - |
| YUV | 144.78 | 182.31 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 241 | 0 | 0.71 | 0.03 | 0.02 | 302.73 | 0.94 | 0.63 |
| Hex | F9 | 49 | F1 | 0 | 47 | 3 | 2 | 12F | 5E | 3F |
| Octal | 371 | 111 | 361 | 0 | 107 | 3 | 2 | 457 | 136 | 77 |
| Binary | 11111001 | 1001001 | 11110001 | 0 | 1000111 | 11 | 10 | 100101111 | 1011110 | 111111 |
Color Harmonies of #F949F1
Complementary color
Monochromatic Colors of #F949F1
Black with #F949F1
Text Example
Text Example
White with #F949F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949F1; }
p { color: rgb(249,73,241); }
H1.HeaderClassName
{
color: #F949F1;
}
.AnyTagClassName
{
color: #F949F1;
}
</style>
background-color css
<style>
a { background-color: #F949F1; }
a { background-color: rgb(249,73,241); }
div.DivClassName
{
background-color: #F949F1;
}
.BgClassName
{
background-color: #F949F1;
}
</style>
border-color css
<style>
span { border-color: #F949F1; }
span { border-color: rgb(249,73,241); }
td.TdClassName
{
border-color: #F949F1;
}
.TagClassName
{
border-color: #F949F1;
}
</style>