Shades of Pink Flamingo #F55CFE
Tints of Pink Flamingo #F55CFE
RGB
CMYK
RGB Variations
Color information
#F55CFE (or 0xF55CFE) is known color: Pink Flamingo. HEX triplet: F5, 5C and FE. RGB value is (245,92,254). Sum of RGB (Red+Green+Blue) = 245+92+254=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 92 (36.33% from 255 or 15.57% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #F55CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CFE is #0AA301. Grayscale: #9B9B9B. Windows color (decimal): -697090 or 16669941. OLE color: 16669941.
HSL color Cylindrical-coordinate representation of color #F55CFE: hue angle of 296.67º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55CFE is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 92 | 254 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.00 |
| HSL | 296.67º | 0.99% | 0.68% | - |
| HSV(B) | 296.67º | 0.64% | 1% | - |
| XYZ | 59.37 | 34.22 | 97.24 | - |
| YUV | 156.22 | 183.19 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 254 | 0.04 | 0.64 | 0 | 0.00 | 296.67 | 0.99 | 0.68 |
| Hex | F5 | 5C | FE | 4 | 40 | 0 | 0 | 129 | 63 | 44 |
| Octal | 365 | 134 | 376 | 4 | 100 | 0 | 0 | 451 | 143 | 104 |
| Binary | 11110101 | 1011100 | 11111110 | 100 | 1000000 | 0 | 0 | 100101001 | 1100011 | 1000100 |
Color Harmonies of #F55CFE
Complementary color
Monochromatic Colors of #F55CFE
Black with #F55CFE
Text Example
Text Example
White with #F55CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CFE; }
p { color: rgb(245,92,254); }
H1.HeaderClassName
{
color: #F55CFE;
}
.AnyTagClassName
{
color: #F55CFE;
}
</style>
background-color css
<style>
a { background-color: #F55CFE; }
a { background-color: rgb(245,92,254); }
div.DivClassName
{
background-color: #F55CFE;
}
.BgClassName
{
background-color: #F55CFE;
}
</style>
border-color css
<style>
span { border-color: #F55CFE; }
span { border-color: rgb(245,92,254); }
td.TdClassName
{
border-color: #F55CFE;
}
.TagClassName
{
border-color: #F55CFE;
}
</style>