Shades of Pink Flamingo #F55AFC
Tints of Pink Flamingo #F55AFC
RGB
CMYK
RGB Variations
Color information
#F55AFC (or 0xF55AFC) is known color: Pink Flamingo. HEX triplet: F5, 5A and FC. RGB value is (245,90,252). Sum of RGB (Red+Green+Blue) = 245+90+252=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 90 (35.55% from 255 or 15.33% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #F55AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55AFC is #0AA503. Grayscale: #9A9A9A. Windows color (decimal): -697604 or 16538357. OLE color: 16538357.
HSL color Cylindrical-coordinate representation of color #F55AFC: hue angle of 297.41º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55AFC is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 90 | 252 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.01 |
| HSL | 297.41º | 0.96% | 0.67% | - |
| HSV(B) | 297.41º | 0.64% | 0.99% | - |
| XYZ | 58.88 | 33.75 | 95.51 | - |
| YUV | 154.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 252 | 0.03 | 0.64 | 0 | 0.01 | 297.41 | 0.96 | 0.67 |
| Hex | F5 | 5A | FC | 3 | 40 | 0 | 1 | 129 | 60 | 43 |
| Octal | 365 | 132 | 374 | 3 | 100 | 0 | 1 | 451 | 140 | 103 |
| Binary | 11110101 | 1011010 | 11111100 | 11 | 1000000 | 0 | 1 | 100101001 | 1100000 | 1000011 |
Color Harmonies of #F55AFC
Complementary color
Monochromatic Colors of #F55AFC
Black with #F55AFC
Text Example
Text Example
White with #F55AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AFC; }
p { color: rgb(245,90,252); }
H1.HeaderClassName
{
color: #F55AFC;
}
.AnyTagClassName
{
color: #F55AFC;
}
</style>
background-color css
<style>
a { background-color: #F55AFC; }
a { background-color: rgb(245,90,252); }
div.DivClassName
{
background-color: #F55AFC;
}
.BgClassName
{
background-color: #F55AFC;
}
</style>
border-color css
<style>
span { border-color: #F55AFC; }
span { border-color: rgb(245,90,252); }
td.TdClassName
{
border-color: #F55AFC;
}
.TagClassName
{
border-color: #F55AFC;
}
</style>