Shades of Pink Flamingo #F55DFD
Tints of Pink Flamingo #F55DFD
RGB
CMYK
RGB Variations
Color information
#F55DFD (or 0xF55DFD) is known color: Pink Flamingo. HEX triplet: F5, 5D and FD. RGB value is (245,93,253). Sum of RGB (Red+Green+Blue) = 245+93+253=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 93 (36.72% from 255 or 15.74% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #F55DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55DFD is #0AA202. Grayscale: #9C9C9C. Windows color (decimal): -696835 or 16604661. OLE color: 16604661.
HSL color Cylindrical-coordinate representation of color #F55DFD: hue angle of 297º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55DFD is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 93 | 253 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.01 |
| HSL | 297º | 0.98% | 0.68% | - |
| HSV(B) | 297º | 0.63% | 0.99% | - |
| XYZ | 59.3 | 34.33 | 96.43 | - |
| YUV | 156.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 253 | 0.03 | 0.63 | 0 | 0.01 | 297 | 0.98 | 0.68 |
| Hex | F5 | 5D | FD | 3 | 3F | 0 | 1 | 129 | 62 | 44 |
| Octal | 365 | 135 | 375 | 3 | 77 | 0 | 1 | 451 | 142 | 104 |
| Binary | 11110101 | 1011101 | 11111101 | 11 | 111111 | 0 | 1 | 100101001 | 1100010 | 1000100 |
Color Harmonies of #F55DFD
Complementary color
Monochromatic Colors of #F55DFD
Black with #F55DFD
Text Example
Text Example
White with #F55DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DFD; }
p { color: rgb(245,93,253); }
H1.HeaderClassName
{
color: #F55DFD;
}
.AnyTagClassName
{
color: #F55DFD;
}
</style>
background-color css
<style>
a { background-color: #F55DFD; }
a { background-color: rgb(245,93,253); }
div.DivClassName
{
background-color: #F55DFD;
}
.BgClassName
{
background-color: #F55DFD;
}
</style>
border-color css
<style>
span { border-color: #F55DFD; }
span { border-color: rgb(245,93,253); }
td.TdClassName
{
border-color: #F55DFD;
}
.TagClassName
{
border-color: #F55DFD;
}
</style>