Shades of Pink Flamingo #F55AF8
Tints of Pink Flamingo #F55AF8
RGB
CMYK
RGB Variations
Color information
#F55AF8 (or 0xF55AF8) is known color: Pink Flamingo. HEX triplet: F5, 5A and F8. RGB value is (245,90,248). Sum of RGB (Red+Green+Blue) = 245+90+248=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 90 (35.55% from 255 or 15.44% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #F55AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55AF8 is #0AA507. Grayscale: #999999. Windows color (decimal): -697608 or 16276213. OLE color: 16276213.
HSL color Cylindrical-coordinate representation of color #F55AF8: hue angle of 298.86º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55AF8 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 90 | 248 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.03 |
| HSL | 298.86º | 0.92% | 0.66% | - |
| HSV(B) | 298.86º | 0.64% | 0.97% | - |
| XYZ | 58.26 | 33.5 | 92.2 | - |
| YUV | 154.36 | 180.85 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 248 | 0.01 | 0.64 | 0 | 0.03 | 298.86 | 0.92 | 0.66 |
| Hex | F5 | 5A | F8 | 1 | 40 | 0 | 3 | 12B | 5C | 42 |
| Octal | 365 | 132 | 370 | 1 | 100 | 0 | 3 | 453 | 134 | 102 |
| Binary | 11110101 | 1011010 | 11111000 | 1 | 1000000 | 0 | 11 | 100101011 | 1011100 | 1000010 |
Color Harmonies of #F55AF8
Complementary color
Monochromatic Colors of #F55AF8
Black with #F55AF8
Text Example
Text Example
White with #F55AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AF8; }
p { color: rgb(245,90,248); }
H1.HeaderClassName
{
color: #F55AF8;
}
.AnyTagClassName
{
color: #F55AF8;
}
</style>
background-color css
<style>
a { background-color: #F55AF8; }
a { background-color: rgb(245,90,248); }
div.DivClassName
{
background-color: #F55AF8;
}
.BgClassName
{
background-color: #F55AF8;
}
</style>
border-color css
<style>
span { border-color: #F55AF8; }
span { border-color: rgb(245,90,248); }
td.TdClassName
{
border-color: #F55AF8;
}
.TagClassName
{
border-color: #F55AF8;
}
</style>