Shades of Pink Flamingo #F53CFF
Tints of Pink Flamingo #F53CFF
RGB
CMYK
RGB Variations
Color information
#F53CFF (or 0xF53CFF) is known color: Pink Flamingo. HEX triplet: F5, 3C and FF. RGB value is (245,60,255). Sum of RGB (Red+Green+Blue) = 245+60+255=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 60 (23.83% from 255 or 10.71% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #F53CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53CFF is #0AC300. Grayscale: #888888. Windows color (decimal): -705281 or 16727285. OLE color: 16727285.
HSL color Cylindrical-coordinate representation of color #F53CFF: hue angle of 296.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53CFF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 60 | 255 | - |
| CMYK | 0.04 | 0.76 | 0 | 0 |
| HSL | 296.92º | 1% | 0.62% | - |
| HSV(B) | 296.92º | 0.76% | 1% | - |
| XYZ | 57.32 | 29.86 | 97.35 | - |
| YUV | 137.55 | 194.29 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 255 | 0.04 | 0.76 | 0 | 0 | 296.92 | 1 | 0.62 |
| Hex | F5 | 3C | FF | 4 | 4C | 0 | 0 | 129 | 64 | 3E |
| Octal | 365 | 74 | 377 | 4 | 114 | 0 | 0 | 451 | 144 | 76 |
| Binary | 11110101 | 111100 | 11111111 | 100 | 1001100 | 0 | 0 | 100101001 | 1100100 | 111110 |
Color Harmonies of #F53CFF
Complementary color
Monochromatic Colors of #F53CFF
Black with #F53CFF
Text Example
Text Example
White with #F53CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53CFF; }
p { color: rgb(245,60,255); }
H1.HeaderClassName
{
color: #F53CFF;
}
.AnyTagClassName
{
color: #F53CFF;
}
</style>
background-color css
<style>
a { background-color: #F53CFF; }
a { background-color: rgb(245,60,255); }
div.DivClassName
{
background-color: #F53CFF;
}
.BgClassName
{
background-color: #F53CFF;
}
</style>
border-color css
<style>
span { border-color: #F53CFF; }
span { border-color: rgb(245,60,255); }
td.TdClassName
{
border-color: #F53CFF;
}
.TagClassName
{
border-color: #F53CFF;
}
</style>