Shades of Pink Flamingo #F849F0
Tints of Pink Flamingo #F849F0
RGB
CMYK
RGB Variations
Color information
#F849F0 (or 0xF849F0) is known color: Pink Flamingo. HEX triplet: F8, 49 and F0. RGB value is (248,73,240). Sum of RGB (Red+Green+Blue) = 248+73+240=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 73 (28.91% from 255 or 13.01% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F849F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F849F0 is #07B60F. Grayscale: #8F8F8F. Windows color (decimal): -505360 or 15747576. OLE color: 15747576.
HSL color Cylindrical-coordinate representation of color #F849F0: hue angle of 302.74º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F849F0 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 240 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.03 |
| HSL | 302.74º | 0.93% | 0.63% | - |
| HSV(B) | 302.74º | 0.71% | 0.97% | - |
| XYZ | 56.82 | 31.01 | 85.43 | - |
| YUV | 144.36 | 181.98 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 240 | 0 | 0.71 | 0.03 | 0.03 | 302.74 | 0.93 | 0.63 |
| Hex | F8 | 49 | F0 | 0 | 47 | 3 | 3 | 12F | 5D | 3F |
| Octal | 370 | 111 | 360 | 0 | 107 | 3 | 3 | 457 | 135 | 77 |
| Binary | 11111000 | 1001001 | 11110000 | 0 | 1000111 | 11 | 11 | 100101111 | 1011101 | 111111 |
Color Harmonies of #F849F0
Complementary color
Monochromatic Colors of #F849F0
Black with #F849F0
Text Example
Text Example
White with #F849F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F849F0; }
p { color: rgb(248,73,240); }
H1.HeaderClassName
{
color: #F849F0;
}
.AnyTagClassName
{
color: #F849F0;
}
</style>
background-color css
<style>
a { background-color: #F849F0; }
a { background-color: rgb(248,73,240); }
div.DivClassName
{
background-color: #F849F0;
}
.BgClassName
{
background-color: #F849F0;
}
</style>
border-color css
<style>
span { border-color: #F849F0; }
span { border-color: rgb(248,73,240); }
td.TdClassName
{
border-color: #F849F0;
}
.TagClassName
{
border-color: #F849F0;
}
</style>