Shades of Pink Flamingo #F55CF5
Tints of Pink Flamingo #F55CF5
RGB
CMYK
RGB Variations
Color information
#F55CF5 (or 0xF55CF5) is known color: Pink Flamingo. HEX triplet: F5, 5C and F5. RGB value is (245,92,245). Sum of RGB (Red+Green+Blue) = 245+92+245=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 92 (36.33% from 255 or 15.81% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F55CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CF5 is #0AA30A. Grayscale: #9A9A9A. Windows color (decimal): -697099 or 16080117. OLE color: 16080117.
HSL color Cylindrical-coordinate representation of color #F55CF5: hue angle of 300º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55CF5 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 245 | - |
| CMYK | 0 | 0.62 | 0 | 0.04 |
| HSL | 300º | 0.88% | 0.66% | - |
| HSV(B) | 300º | 0.62% | 0.96% | - |
| XYZ | 57.96 | 33.66 | 89.83 | - |
| YUV | 155.19 | 178.69 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 245 | 0 | 0.62 | 0 | 0.04 | 300 | 0.88 | 0.66 |
| Hex | F5 | 5C | F5 | 0 | 3E | 0 | 4 | 12C | 58 | 42 |
| Octal | 365 | 134 | 365 | 0 | 76 | 0 | 4 | 454 | 130 | 102 |
| Binary | 11110101 | 1011100 | 11110101 | 0 | 111110 | 0 | 100 | 100101100 | 1011000 | 1000010 |
Color Harmonies of #F55CF5
Complementary color
Monochromatic Colors of #F55CF5
Black with #F55CF5
Text Example
Text Example
White with #F55CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CF5; }
p { color: rgb(245,92,245); }
H1.HeaderClassName
{
color: #F55CF5;
}
.AnyTagClassName
{
color: #F55CF5;
}
</style>
background-color css
<style>
a { background-color: #F55CF5; }
a { background-color: rgb(245,92,245); }
div.DivClassName
{
background-color: #F55CF5;
}
.BgClassName
{
background-color: #F55CF5;
}
</style>
border-color css
<style>
span { border-color: #F55CF5; }
span { border-color: rgb(245,92,245); }
td.TdClassName
{
border-color: #F55CF5;
}
.TagClassName
{
border-color: #F55CF5;
}
</style>