Shades of Pink Flamingo #F554F0
Tints of Pink Flamingo #F554F0
RGB
CMYK
RGB Variations
Color information
#F554F0 (or 0xF554F0) is known color: Pink Flamingo. HEX triplet: F5, 54 and F0. RGB value is (245,84,240). Sum of RGB (Red+Green+Blue) = 245+84+240=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 84 (33.20% from 255 or 14.76% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F554F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F554F0 is #0AAB0F. Grayscale: #959595. Windows color (decimal): -699152 or 15750389. OLE color: 15750389.
HSL color Cylindrical-coordinate representation of color #F554F0: hue angle of 301.86º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F554F0 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 240 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.04 |
| HSL | 301.86º | 0.89% | 0.65% | - |
| HSV(B) | 301.86º | 0.66% | 0.96% | - |
| XYZ | 56.55 | 32.04 | 85.64 | - |
| YUV | 149.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 240 | 0 | 0.66 | 0.02 | 0.04 | 301.86 | 0.89 | 0.65 |
| Hex | F5 | 54 | F0 | 0 | 42 | 2 | 4 | 12E | 59 | 41 |
| Octal | 365 | 124 | 360 | 0 | 102 | 2 | 4 | 456 | 131 | 101 |
| Binary | 11110101 | 1010100 | 11110000 | 0 | 1000010 | 10 | 100 | 100101110 | 1011001 | 1000001 |
Color Harmonies of #F554F0
Complementary color
Monochromatic Colors of #F554F0
Black with #F554F0
Text Example
Text Example
White with #F554F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F554F0; }
p { color: rgb(245,84,240); }
H1.HeaderClassName
{
color: #F554F0;
}
.AnyTagClassName
{
color: #F554F0;
}
</style>
background-color css
<style>
a { background-color: #F554F0; }
a { background-color: rgb(245,84,240); }
div.DivClassName
{
background-color: #F554F0;
}
.BgClassName
{
background-color: #F554F0;
}
</style>
border-color css
<style>
span { border-color: #F554F0; }
span { border-color: rgb(245,84,240); }
td.TdClassName
{
border-color: #F554F0;
}
.TagClassName
{
border-color: #F554F0;
}
</style>