Shades of Pink Flamingo #F55AFB
Tints of Pink Flamingo #F55AFB
RGB
CMYK
RGB Variations
Color information
#F55AFB (or 0xF55AFB) is known color: Pink Flamingo. HEX triplet: F5, 5A and FB. RGB value is (245,90,251). Sum of RGB (Red+Green+Blue) = 245+90+251=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 90 (35.55% from 255 or 15.36% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #F55AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55AFB is #0AA504. Grayscale: #9A9A9A. Windows color (decimal): -697605 or 16472821. OLE color: 16472821.
HSL color Cylindrical-coordinate representation of color #F55AFB: hue angle of 297.76º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55AFB is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 90 | 251 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.02 |
| HSL | 297.76º | 0.95% | 0.67% | - |
| HSV(B) | 297.76º | 0.64% | 0.98% | - |
| XYZ | 58.72 | 33.69 | 94.67 | - |
| YUV | 154.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 251 | 0.02 | 0.64 | 0 | 0.02 | 297.76 | 0.95 | 0.67 |
| Hex | F5 | 5A | FB | 2 | 40 | 0 | 2 | 12A | 5F | 43 |
| Octal | 365 | 132 | 373 | 2 | 100 | 0 | 2 | 452 | 137 | 103 |
| Binary | 11110101 | 1011010 | 11111011 | 10 | 1000000 | 0 | 10 | 100101010 | 1011111 | 1000011 |
Color Harmonies of #F55AFB
Complementary color
Monochromatic Colors of #F55AFB
Black with #F55AFB
Text Example
Text Example
White with #F55AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AFB; }
p { color: rgb(245,90,251); }
H1.HeaderClassName
{
color: #F55AFB;
}
.AnyTagClassName
{
color: #F55AFB;
}
</style>
background-color css
<style>
a { background-color: #F55AFB; }
a { background-color: rgb(245,90,251); }
div.DivClassName
{
background-color: #F55AFB;
}
.BgClassName
{
background-color: #F55AFB;
}
</style>
border-color css
<style>
span { border-color: #F55AFB; }
span { border-color: rgb(245,90,251); }
td.TdClassName
{
border-color: #F55AFB;
}
.TagClassName
{
border-color: #F55AFB;
}
</style>