Shades of Pink Flamingo #F954F8
Tints of Pink Flamingo #F954F8
RGB
CMYK
RGB Variations
Color information
#F954F8 (or 0xF954F8) is known color: Pink Flamingo. HEX triplet: F9, 54 and F8. RGB value is (249,84,248). Sum of RGB (Red+Green+Blue) = 249+84+248=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 84 (33.20% from 255 or 14.46% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F954F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F954F8 is #06AB07. Grayscale: #979797. Windows color (decimal): -437000 or 16274681. OLE color: 16274681.
HSL color Cylindrical-coordinate representation of color #F954F8: hue angle of 300.36º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F954F8 is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 248 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.02 |
| HSL | 300.36º | 0.93% | 0.65% | - |
| HSV(B) | 300.36º | 0.66% | 0.98% | - |
| XYZ | 59.18 | 33.26 | 92.11 | - |
| YUV | 152.03 | 182.16 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 248 | 0 | 0.66 | 0.00 | 0.02 | 300.36 | 0.93 | 0.65 |
| Hex | F9 | 54 | F8 | 0 | 42 | 0 | 2 | 12C | 5D | 41 |
| Octal | 371 | 124 | 370 | 0 | 102 | 0 | 2 | 454 | 135 | 101 |
| Binary | 11111001 | 1010100 | 11111000 | 0 | 1000010 | 0 | 10 | 100101100 | 1011101 | 1000001 |
Color Harmonies of #F954F8
Complementary color
Monochromatic Colors of #F954F8
Black with #F954F8
Text Example
Text Example
White with #F954F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F954F8; }
p { color: rgb(249,84,248); }
H1.HeaderClassName
{
color: #F954F8;
}
.AnyTagClassName
{
color: #F954F8;
}
</style>
background-color css
<style>
a { background-color: #F954F8; }
a { background-color: rgb(249,84,248); }
div.DivClassName
{
background-color: #F954F8;
}
.BgClassName
{
background-color: #F954F8;
}
</style>
border-color css
<style>
span { border-color: #F954F8; }
span { border-color: rgb(249,84,248); }
td.TdClassName
{
border-color: #F954F8;
}
.TagClassName
{
border-color: #F954F8;
}
</style>