Shades of Pink Flamingo #F249FB
Tints of Pink Flamingo #F249FB
RGB
CMYK
RGB Variations
Color information
#F249FB (or 0xF249FB) is known color: Pink Flamingo. HEX triplet: F2, 49 and FB. RGB value is (242,73,251). Sum of RGB (Red+Green+Blue) = 242+73+251=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 73 (28.91% from 255 or 12.90% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #F249FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F249FB is #0DB604. Grayscale: #8F8F8F. Windows color (decimal): -898565 or 16468466. OLE color: 16468466.
HSL color Cylindrical-coordinate representation of color #F249FB: hue angle of 296.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F249FB is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 73 | 251 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.02 |
| HSL | 296.97º | 0.96% | 0.64% | - |
| HSV(B) | 296.97º | 0.71% | 0.98% | - |
| XYZ | 56.41 | 30.61 | 94.2 | - |
| YUV | 143.82 | 188.49 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 251 | 0.04 | 0.71 | 0 | 0.02 | 296.97 | 0.96 | 0.64 |
| Hex | F2 | 49 | FB | 4 | 47 | 0 | 2 | 129 | 60 | 40 |
| Octal | 362 | 111 | 373 | 4 | 107 | 0 | 2 | 451 | 140 | 100 |
| Binary | 11110010 | 1001001 | 11111011 | 100 | 1000111 | 0 | 10 | 100101001 | 1100000 | 1000000 |
Color Harmonies of #F249FB
Complementary color
Monochromatic Colors of #F249FB
Black with #F249FB
Text Example
Text Example
White with #F249FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249FB; }
p { color: rgb(242,73,251); }
H1.HeaderClassName
{
color: #F249FB;
}
.AnyTagClassName
{
color: #F249FB;
}
</style>
background-color css
<style>
a { background-color: #F249FB; }
a { background-color: rgb(242,73,251); }
div.DivClassName
{
background-color: #F249FB;
}
.BgClassName
{
background-color: #F249FB;
}
</style>
border-color css
<style>
span { border-color: #F249FB; }
span { border-color: rgb(242,73,251); }
td.TdClassName
{
border-color: #F249FB;
}
.TagClassName
{
border-color: #F249FB;
}
</style>