Shades of Pink Flamingo #F555FA
Tints of Pink Flamingo #F555FA
RGB
CMYK
RGB Variations
Color information
#F555FA (or 0xF555FA) is known color: Pink Flamingo. HEX triplet: F5, 55 and FA. RGB value is (245,85,250). Sum of RGB (Red+Green+Blue) = 245+85+250=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 85 (33.59% from 255 or 14.66% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #F555FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F555FA is #0AAA05. Grayscale: #979797. Windows color (decimal): -698886 or 16406005. OLE color: 16406005.
HSL color Cylindrical-coordinate representation of color #F555FA: hue angle of 298.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F555FA is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 85 | 250 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.02 |
| HSL | 298.18º | 0.94% | 0.66% | - |
| HSV(B) | 298.18º | 0.66% | 0.98% | - |
| XYZ | 58.16 | 32.81 | 93.71 | - |
| YUV | 151.65 | 183.51 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 250 | 0.02 | 0.66 | 0 | 0.02 | 298.18 | 0.94 | 0.66 |
| Hex | F5 | 55 | FA | 2 | 42 | 0 | 2 | 12A | 5E | 42 |
| Octal | 365 | 125 | 372 | 2 | 102 | 0 | 2 | 452 | 136 | 102 |
| Binary | 11110101 | 1010101 | 11111010 | 10 | 1000010 | 0 | 10 | 100101010 | 1011110 | 1000010 |
Color Harmonies of #F555FA
Complementary color
Monochromatic Colors of #F555FA
Black with #F555FA
Text Example
Text Example
White with #F555FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555FA; }
p { color: rgb(245,85,250); }
H1.HeaderClassName
{
color: #F555FA;
}
.AnyTagClassName
{
color: #F555FA;
}
</style>
background-color css
<style>
a { background-color: #F555FA; }
a { background-color: rgb(245,85,250); }
div.DivClassName
{
background-color: #F555FA;
}
.BgClassName
{
background-color: #F555FA;
}
</style>
border-color css
<style>
span { border-color: #F555FA; }
span { border-color: rgb(245,85,250); }
td.TdClassName
{
border-color: #F555FA;
}
.TagClassName
{
border-color: #F555FA;
}
</style>