Shades of Pink Flamingo #F55FFB
Tints of Pink Flamingo #F55FFB
RGB
CMYK
RGB Variations
Color information
#F55FFB (or 0xF55FFB) is known color: Pink Flamingo. HEX triplet: F5, 5F and FB. RGB value is (245,95,251). Sum of RGB (Red+Green+Blue) = 245+95+251=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 95 (37.5% from 255 or 16.07% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #F55FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FFB is #0AA004. Grayscale: #9D9D9D. Windows color (decimal): -696325 or 16474101. OLE color: 16474101.
HSL color Cylindrical-coordinate representation of color #F55FFB: hue angle of 297.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55FFB is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 95 | 251 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.02 |
| HSL | 297.69º | 0.95% | 0.68% | - |
| HSV(B) | 297.69º | 0.62% | 0.98% | - |
| XYZ | 59.16 | 34.56 | 94.82 | - |
| YUV | 157.63 | 180.7 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 251 | 0.02 | 0.62 | 0 | 0.02 | 297.69 | 0.95 | 0.68 |
| Hex | F5 | 5F | FB | 2 | 3E | 0 | 2 | 12A | 5F | 44 |
| Octal | 365 | 137 | 373 | 2 | 76 | 0 | 2 | 452 | 137 | 104 |
| Binary | 11110101 | 1011111 | 11111011 | 10 | 111110 | 0 | 10 | 100101010 | 1011111 | 1000100 |
Color Harmonies of #F55FFB
Complementary color
Monochromatic Colors of #F55FFB
Black with #F55FFB
Text Example
Text Example
White with #F55FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FFB; }
p { color: rgb(245,95,251); }
H1.HeaderClassName
{
color: #F55FFB;
}
.AnyTagClassName
{
color: #F55FFB;
}
</style>
background-color css
<style>
a { background-color: #F55FFB; }
a { background-color: rgb(245,95,251); }
div.DivClassName
{
background-color: #F55FFB;
}
.BgClassName
{
background-color: #F55FFB;
}
</style>
border-color css
<style>
span { border-color: #F55FFB; }
span { border-color: rgb(245,95,251); }
td.TdClassName
{
border-color: #F55FFB;
}
.TagClassName
{
border-color: #F55FFB;
}
</style>