Shades of Pink Flamingo #F55FFC
Tints of Pink Flamingo #F55FFC
RGB
CMYK
RGB Variations
Color information
#F55FFC (or 0xF55FFC) is known color: Pink Flamingo. HEX triplet: F5, 5F and FC. RGB value is (245,95,252). Sum of RGB (Red+Green+Blue) = 245+95+252=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 95 (37.5% from 255 or 16.05% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #F55FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FFC is #0AA003. Grayscale: #9D9D9D. Windows color (decimal): -696324 or 16539637. OLE color: 16539637.
HSL color Cylindrical-coordinate representation of color #F55FFC: hue angle of 297.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55FFC is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 95 | 252 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.01 |
| HSL | 297.32º | 0.96% | 0.68% | - |
| HSV(B) | 297.32º | 0.62% | 0.99% | - |
| XYZ | 59.32 | 34.63 | 95.65 | - |
| YUV | 157.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 252 | 0.03 | 0.62 | 0 | 0.01 | 297.32 | 0.96 | 0.68 |
| Hex | F5 | 5F | FC | 3 | 3E | 0 | 1 | 129 | 60 | 44 |
| Octal | 365 | 137 | 374 | 3 | 76 | 0 | 1 | 451 | 140 | 104 |
| Binary | 11110101 | 1011111 | 11111100 | 11 | 111110 | 0 | 1 | 100101001 | 1100000 | 1000100 |
Color Harmonies of #F55FFC
Complementary color
Monochromatic Colors of #F55FFC
Black with #F55FFC
Text Example
Text Example
White with #F55FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FFC; }
p { color: rgb(245,95,252); }
H1.HeaderClassName
{
color: #F55FFC;
}
.AnyTagClassName
{
color: #F55FFC;
}
</style>
background-color css
<style>
a { background-color: #F55FFC; }
a { background-color: rgb(245,95,252); }
div.DivClassName
{
background-color: #F55FFC;
}
.BgClassName
{
background-color: #F55FFC;
}
</style>
border-color css
<style>
span { border-color: #F55FFC; }
span { border-color: rgb(245,95,252); }
td.TdClassName
{
border-color: #F55FFC;
}
.TagClassName
{
border-color: #F55FFC;
}
</style>