Shades of Pink Flamingo #F849FE
Tints of Pink Flamingo #F849FE
RGB
CMYK
RGB Variations
Color information
#F849FE (or 0xF849FE) is known color: Pink Flamingo. HEX triplet: F8, 49 and FE. RGB value is (248,73,254). Sum of RGB (Red+Green+Blue) = 248+73+254=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 73 (28.91% from 255 or 12.70% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #F849FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F849FE is #07B601. Grayscale: #919191. Windows color (decimal): -505346 or 16665080. OLE color: 16665080.
HSL color Cylindrical-coordinate representation of color #F849FE: hue angle of 298.01º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F849FE is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 73 | 254 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.00 |
| HSL | 298.01º | 0.99% | 0.64% | - |
| HSV(B) | 298.01º | 0.71% | 1% | - |
| XYZ | 58.98 | 31.88 | 96.81 | - |
| YUV | 145.96 | 188.98 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 254 | 0.02 | 0.71 | 0 | 0.00 | 298.01 | 0.99 | 0.64 |
| Hex | F8 | 49 | FE | 2 | 47 | 0 | 0 | 12A | 63 | 40 |
| Octal | 370 | 111 | 376 | 2 | 107 | 0 | 0 | 452 | 143 | 100 |
| Binary | 11111000 | 1001001 | 11111110 | 10 | 1000111 | 0 | 0 | 100101010 | 1100011 | 1000000 |
Color Harmonies of #F849FE
Complementary color
Monochromatic Colors of #F849FE
Black with #F849FE
Text Example
Text Example
White with #F849FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F849FE; }
p { color: rgb(248,73,254); }
H1.HeaderClassName
{
color: #F849FE;
}
.AnyTagClassName
{
color: #F849FE;
}
</style>
background-color css
<style>
a { background-color: #F849FE; }
a { background-color: rgb(248,73,254); }
div.DivClassName
{
background-color: #F849FE;
}
.BgClassName
{
background-color: #F849FE;
}
</style>
border-color css
<style>
span { border-color: #F849FE; }
span { border-color: rgb(248,73,254); }
td.TdClassName
{
border-color: #F849FE;
}
.TagClassName
{
border-color: #F849FE;
}
</style>