Shades of Pink Flamingo #F55FFF
Tints of Pink Flamingo #F55FFF
RGB
CMYK
RGB Variations
Color information
#F55FFF (or 0xF55FFF) is known color: Pink Flamingo. HEX triplet: F5, 5F and FF. RGB value is (245,95,255). Sum of RGB (Red+Green+Blue) = 245+95+255=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 95 (37.5% from 255 or 15.97% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #F55FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FFF is #0AA000. Grayscale: #9D9D9D. Windows color (decimal): -696321 or 16736245. OLE color: 16736245.
HSL color Cylindrical-coordinate representation of color #F55FFF: hue angle of 296.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55FFF is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 95 | 255 | - |
| CMYK | 0.04 | 0.63 | 0 | 0 |
| HSL | 296.25º | 1% | 0.69% | - |
| HSV(B) | 296.25º | 0.63% | 1% | - |
| XYZ | 59.8 | 34.82 | 98.18 | - |
| YUV | 158.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 255 | 0.04 | 0.63 | 0 | 0 | 296.25 | 1 | 0.69 |
| Hex | F5 | 5F | FF | 4 | 3F | 0 | 0 | 128 | 64 | 45 |
| Octal | 365 | 137 | 377 | 4 | 77 | 0 | 0 | 450 | 144 | 105 |
| Binary | 11110101 | 1011111 | 11111111 | 100 | 111111 | 0 | 0 | 100101000 | 1100100 | 1000101 |
Color Harmonies of #F55FFF
Complementary color
Monochromatic Colors of #F55FFF
Black with #F55FFF
Text Example
Text Example
White with #F55FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FFF; }
p { color: rgb(245,95,255); }
H1.HeaderClassName
{
color: #F55FFF;
}
.AnyTagClassName
{
color: #F55FFF;
}
</style>
background-color css
<style>
a { background-color: #F55FFF; }
a { background-color: rgb(245,95,255); }
div.DivClassName
{
background-color: #F55FFF;
}
.BgClassName
{
background-color: #F55FFF;
}
</style>
border-color css
<style>
span { border-color: #F55FFF; }
span { border-color: rgb(245,95,255); }
td.TdClassName
{
border-color: #F55FFF;
}
.TagClassName
{
border-color: #F55FFF;
}
</style>