Shades of Pink Flamingo #F554FA
Tints of Pink Flamingo #F554FA
RGB
CMYK
RGB Variations
Color information
#F554FA (or 0xF554FA) is known color: Pink Flamingo. HEX triplet: F5, 54 and FA. RGB value is (245,84,250). Sum of RGB (Red+Green+Blue) = 245+84+250=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 84 (33.20% from 255 or 14.51% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #F554FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F554FA is #0AAB05. Grayscale: #969696. Windows color (decimal): -699142 or 16405749. OLE color: 16405749.
HSL color Cylindrical-coordinate representation of color #F554FA: hue angle of 298.19º degrees, saturation: 0.94, 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 #F554FA is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 84 | 250 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.02 |
| HSL | 298.19º | 0.94% | 0.65% | - |
| HSV(B) | 298.19º | 0.66% | 0.98% | - |
| XYZ | 58.08 | 32.66 | 93.68 | - |
| YUV | 151.06 | 183.84 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 250 | 0.02 | 0.66 | 0 | 0.02 | 298.19 | 0.94 | 0.65 |
| Hex | F5 | 54 | FA | 2 | 42 | 0 | 2 | 12A | 5E | 41 |
| Octal | 365 | 124 | 372 | 2 | 102 | 0 | 2 | 452 | 136 | 101 |
| Binary | 11110101 | 1010100 | 11111010 | 10 | 1000010 | 0 | 10 | 100101010 | 1011110 | 1000001 |
Color Harmonies of #F554FA
Complementary color
Monochromatic Colors of #F554FA
Black with #F554FA
Text Example
Text Example
White with #F554FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F554FA; }
p { color: rgb(245,84,250); }
H1.HeaderClassName
{
color: #F554FA;
}
.AnyTagClassName
{
color: #F554FA;
}
</style>
background-color css
<style>
a { background-color: #F554FA; }
a { background-color: rgb(245,84,250); }
div.DivClassName
{
background-color: #F554FA;
}
.BgClassName
{
background-color: #F554FA;
}
</style>
border-color css
<style>
span { border-color: #F554FA; }
span { border-color: rgb(245,84,250); }
td.TdClassName
{
border-color: #F554FA;
}
.TagClassName
{
border-color: #F554FA;
}
</style>