Shades of Pink Flamingo #F954F3
Tints of Pink Flamingo #F954F3
RGB
CMYK
RGB Variations
Color information
#F954F3 (or 0xF954F3) is known color: Pink Flamingo. HEX triplet: F9, 54 and F3. RGB value is (249,84,243). Sum of RGB (Red+Green+Blue) = 249+84+243=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 84 (33.20% from 255 or 14.58% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F954F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F954F3 is #06AB0C. Grayscale: #969696. Windows color (decimal): -437005 or 15947001. OLE color: 15947001.
HSL color Cylindrical-coordinate representation of color #F954F3: hue angle of 302.18º 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 #F954F3 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 243 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.02 |
| HSL | 302.18º | 0.93% | 0.65% | - |
| HSV(B) | 302.18º | 0.66% | 0.98% | - |
| XYZ | 58.41 | 32.95 | 88.08 | - |
| YUV | 151.46 | 179.66 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 243 | 0 | 0.66 | 0.02 | 0.02 | 302.18 | 0.93 | 0.65 |
| Hex | F9 | 54 | F3 | 0 | 42 | 2 | 2 | 12E | 5D | 41 |
| Octal | 371 | 124 | 363 | 0 | 102 | 2 | 2 | 456 | 135 | 101 |
| Binary | 11111001 | 1010100 | 11110011 | 0 | 1000010 | 10 | 10 | 100101110 | 1011101 | 1000001 |
Color Harmonies of #F954F3
Complementary color
Monochromatic Colors of #F954F3
Black with #F954F3
Text Example
Text Example
White with #F954F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F954F3; }
p { color: rgb(249,84,243); }
H1.HeaderClassName
{
color: #F954F3;
}
.AnyTagClassName
{
color: #F954F3;
}
</style>
background-color css
<style>
a { background-color: #F954F3; }
a { background-color: rgb(249,84,243); }
div.DivClassName
{
background-color: #F954F3;
}
.BgClassName
{
background-color: #F954F3;
}
</style>
border-color css
<style>
span { border-color: #F954F3; }
span { border-color: rgb(249,84,243); }
td.TdClassName
{
border-color: #F954F3;
}
.TagClassName
{
border-color: #F954F3;
}
</style>