Shades of Pink Flamingo #F555FF
Tints of Pink Flamingo #F555FF
RGB
CMYK
RGB Variations
Color information
#F555FF (or 0xF555FF) is known color: Pink Flamingo. HEX triplet: F5, 55 and FF. RGB value is (245,85,255). Sum of RGB (Red+Green+Blue) = 245+85+255=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 85 (33.59% from 255 or 14.53% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #F555FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F555FF is #0AAA00. Grayscale: #979797. Windows color (decimal): -698881 or 16733685. OLE color: 16733685.
HSL color Cylindrical-coordinate representation of color #F555FF: hue angle of 296.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F555FF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 85 | 255 | - |
| CMYK | 0.04 | 0.67 | 0 | 0 |
| HSL | 296.47º | 1% | 0.67% | - |
| HSV(B) | 296.47º | 0.67% | 1% | - |
| XYZ | 58.95 | 33.13 | 97.9 | - |
| YUV | 152.22 | 186.01 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 255 | 0.04 | 0.67 | 0 | 0 | 296.47 | 1 | 0.67 |
| Hex | F5 | 55 | FF | 4 | 43 | 0 | 0 | 128 | 64 | 43 |
| Octal | 365 | 125 | 377 | 4 | 103 | 0 | 0 | 450 | 144 | 103 |
| Binary | 11110101 | 1010101 | 11111111 | 100 | 1000011 | 0 | 0 | 100101000 | 1100100 | 1000011 |
Color Harmonies of #F555FF
Complementary color
Monochromatic Colors of #F555FF
Black with #F555FF
Text Example
Text Example
White with #F555FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555FF; }
p { color: rgb(245,85,255); }
H1.HeaderClassName
{
color: #F555FF;
}
.AnyTagClassName
{
color: #F555FF;
}
</style>
background-color css
<style>
a { background-color: #F555FF; }
a { background-color: rgb(245,85,255); }
div.DivClassName
{
background-color: #F555FF;
}
.BgClassName
{
background-color: #F555FF;
}
</style>
border-color css
<style>
span { border-color: #F555FF; }
span { border-color: rgb(245,85,255); }
td.TdClassName
{
border-color: #F555FF;
}
.TagClassName
{
border-color: #F555FF;
}
</style>