Shades of Pink Flamingo #F55AFD
Tints of Pink Flamingo #F55AFD
RGB
CMYK
RGB Variations
Color information
#F55AFD (or 0xF55AFD) is known color: Pink Flamingo. HEX triplet: F5, 5A and FD. RGB value is (245,90,253). Sum of RGB (Red+Green+Blue) = 245+90+253=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 90 (35.55% from 255 or 15.31% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #F55AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55AFD is #0AA502. Grayscale: #9A9A9A. Windows color (decimal): -697603 or 16603893. OLE color: 16603893.
HSL color Cylindrical-coordinate representation of color #F55AFD: hue angle of 297.06º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55AFD is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 90 | 253 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.01 |
| HSL | 297.06º | 0.98% | 0.67% | - |
| HSV(B) | 297.06º | 0.64% | 0.99% | - |
| XYZ | 59.04 | 33.82 | 96.34 | - |
| YUV | 154.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 253 | 0.03 | 0.64 | 0 | 0.01 | 297.06 | 0.98 | 0.67 |
| Hex | F5 | 5A | FD | 3 | 40 | 0 | 1 | 129 | 62 | 43 |
| Octal | 365 | 132 | 375 | 3 | 100 | 0 | 1 | 451 | 142 | 103 |
| Binary | 11110101 | 1011010 | 11111101 | 11 | 1000000 | 0 | 1 | 100101001 | 1100010 | 1000011 |
Color Harmonies of #F55AFD
Complementary color
Monochromatic Colors of #F55AFD
Black with #F55AFD
Text Example
Text Example
White with #F55AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AFD; }
p { color: rgb(245,90,253); }
H1.HeaderClassName
{
color: #F55AFD;
}
.AnyTagClassName
{
color: #F55AFD;
}
</style>
background-color css
<style>
a { background-color: #F55AFD; }
a { background-color: rgb(245,90,253); }
div.DivClassName
{
background-color: #F55AFD;
}
.BgClassName
{
background-color: #F55AFD;
}
</style>
border-color css
<style>
span { border-color: #F55AFD; }
span { border-color: rgb(245,90,253); }
td.TdClassName
{
border-color: #F55AFD;
}
.TagClassName
{
border-color: #F55AFD;
}
</style>