Shades of Pink Flamingo #F55CFD
Tints of Pink Flamingo #F55CFD
RGB
CMYK
RGB Variations
Color information
#F55CFD (or 0xF55CFD) is known color: Pink Flamingo. HEX triplet: F5, 5C and FD. RGB value is (245,92,253). Sum of RGB (Red+Green+Blue) = 245+92+253=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 92 (36.33% from 255 or 15.59% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #F55CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CFD is #0AA302. Grayscale: #9B9B9B. Windows color (decimal): -697091 or 16604405. OLE color: 16604405.
HSL color Cylindrical-coordinate representation of color #F55CFD: hue angle of 297.02º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55CFD is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 92 | 253 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.01 |
| HSL | 297.02º | 0.98% | 0.68% | - |
| HSV(B) | 297.02º | 0.64% | 0.99% | - |
| XYZ | 59.21 | 34.16 | 96.4 | - |
| YUV | 156.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 253 | 0.03 | 0.64 | 0 | 0.01 | 297.02 | 0.98 | 0.68 |
| Hex | F5 | 5C | FD | 3 | 40 | 0 | 1 | 129 | 62 | 44 |
| Octal | 365 | 134 | 375 | 3 | 100 | 0 | 1 | 451 | 142 | 104 |
| Binary | 11110101 | 1011100 | 11111101 | 11 | 1000000 | 0 | 1 | 100101001 | 1100010 | 1000100 |
Color Harmonies of #F55CFD
Complementary color
Monochromatic Colors of #F55CFD
Black with #F55CFD
Text Example
Text Example
White with #F55CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CFD; }
p { color: rgb(245,92,253); }
H1.HeaderClassName
{
color: #F55CFD;
}
.AnyTagClassName
{
color: #F55CFD;
}
</style>
background-color css
<style>
a { background-color: #F55CFD; }
a { background-color: rgb(245,92,253); }
div.DivClassName
{
background-color: #F55CFD;
}
.BgClassName
{
background-color: #F55CFD;
}
</style>
border-color css
<style>
span { border-color: #F55CFD; }
span { border-color: rgb(245,92,253); }
td.TdClassName
{
border-color: #F55CFD;
}
.TagClassName
{
border-color: #F55CFD;
}
</style>