Shades of Pink Flamingo #F849FD
Tints of Pink Flamingo #F849FD
RGB
CMYK
RGB Variations
Color information
#F849FD (or 0xF849FD) is known color: Pink Flamingo. HEX triplet: F8, 49 and FD. RGB value is (248,73,253). Sum of RGB (Red+Green+Blue) = 248+73+253=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 73 (28.91% from 255 or 12.72% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #F849FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F849FD is #07B602. Grayscale: #919191. Windows color (decimal): -505347 or 16599544. OLE color: 16599544.
HSL color Cylindrical-coordinate representation of color #F849FD: hue angle of 298.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F849FD is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 73 | 253 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.01 |
| HSL | 298.33º | 0.98% | 0.64% | - |
| HSV(B) | 298.33º | 0.71% | 0.99% | - |
| XYZ | 58.82 | 31.81 | 95.97 | - |
| YUV | 145.85 | 188.48 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 253 | 0.02 | 0.71 | 0 | 0.01 | 298.33 | 0.98 | 0.64 |
| Hex | F8 | 49 | FD | 2 | 47 | 0 | 1 | 12A | 62 | 40 |
| Octal | 370 | 111 | 375 | 2 | 107 | 0 | 1 | 452 | 142 | 100 |
| Binary | 11111000 | 1001001 | 11111101 | 10 | 1000111 | 0 | 1 | 100101010 | 1100010 | 1000000 |
Color Harmonies of #F849FD
Complementary color
Monochromatic Colors of #F849FD
Black with #F849FD
Text Example
Text Example
White with #F849FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F849FD; }
p { color: rgb(248,73,253); }
H1.HeaderClassName
{
color: #F849FD;
}
.AnyTagClassName
{
color: #F849FD;
}
</style>
background-color css
<style>
a { background-color: #F849FD; }
a { background-color: rgb(248,73,253); }
div.DivClassName
{
background-color: #F849FD;
}
.BgClassName
{
background-color: #F849FD;
}
</style>
border-color css
<style>
span { border-color: #F849FD; }
span { border-color: rgb(248,73,253); }
td.TdClassName
{
border-color: #F849FD;
}
.TagClassName
{
border-color: #F849FD;
}
</style>