Shades of Pink Flamingo #F53FFD
Tints of Pink Flamingo #F53FFD
RGB
CMYK
RGB Variations
Color information
#F53FFD (or 0xF53FFD) is known color: Pink Flamingo. HEX triplet: F5, 3F and FD. RGB value is (245,63,253). Sum of RGB (Red+Green+Blue) = 245+63+253=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 63 (25% from 255 or 11.23% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #F53FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53FFD is #0AC002. Grayscale: #8A8A8A. Windows color (decimal): -704515 or 16596981. OLE color: 16596981.
HSL color Cylindrical-coordinate representation of color #F53FFD: hue angle of 297.47º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53FFD is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 63 | 253 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.01 |
| HSL | 297.47º | 0.98% | 0.62% | - |
| HSV(B) | 297.47º | 0.75% | 0.99% | - |
| XYZ | 57.16 | 30.06 | 95.72 | - |
| YUV | 139.08 | 192.3 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 253 | 0.03 | 0.75 | 0 | 0.01 | 297.47 | 0.98 | 0.62 |
| Hex | F5 | 3F | FD | 3 | 4B | 0 | 1 | 129 | 62 | 3E |
| Octal | 365 | 77 | 375 | 3 | 113 | 0 | 1 | 451 | 142 | 76 |
| Binary | 11110101 | 111111 | 11111101 | 11 | 1001011 | 0 | 1 | 100101001 | 1100010 | 111110 |
Color Harmonies of #F53FFD
Complementary color
Monochromatic Colors of #F53FFD
Black with #F53FFD
Text Example
Text Example
White with #F53FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FFD; }
p { color: rgb(245,63,253); }
H1.HeaderClassName
{
color: #F53FFD;
}
.AnyTagClassName
{
color: #F53FFD;
}
</style>
background-color css
<style>
a { background-color: #F53FFD; }
a { background-color: rgb(245,63,253); }
div.DivClassName
{
background-color: #F53FFD;
}
.BgClassName
{
background-color: #F53FFD;
}
</style>
border-color css
<style>
span { border-color: #F53FFD; }
span { border-color: rgb(245,63,253); }
td.TdClassName
{
border-color: #F53FFD;
}
.TagClassName
{
border-color: #F53FFD;
}
</style>