Shades of Pink Flamingo #F53CF6
Tints of Pink Flamingo #F53CF6
RGB
CMYK
RGB Variations
Color information
#F53CF6 (or 0xF53CF6) is known color: Pink Flamingo. HEX triplet: F5, 3C and F6. RGB value is (245,60,246). Sum of RGB (Red+Green+Blue) = 245+60+246=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 60 (23.83% from 255 or 10.89% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #F53CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53CF6 is #0AC309. Grayscale: #878787. Windows color (decimal): -705290 or 16137461. OLE color: 16137461.
HSL color Cylindrical-coordinate representation of color #F53CF6: hue angle of 299.68º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53CF6 is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 246 | - |
| CMYK | 0.00 | 0.76 | 0 | 0.04 |
| HSL | 299.68º | 0.91% | 0.6% | - |
| HSV(B) | 299.68º | 0.76% | 0.96% | - |
| XYZ | 55.91 | 29.3 | 89.9 | - |
| YUV | 136.52 | 189.79 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 246 | 0.00 | 0.76 | 0 | 0.04 | 299.68 | 0.91 | 0.6 |
| Hex | F5 | 3C | F6 | 0 | 4C | 0 | 4 | 12C | 5B | 3C |
| Octal | 365 | 74 | 366 | 0 | 114 | 0 | 4 | 454 | 133 | 74 |
| Binary | 11110101 | 111100 | 11110110 | 0 | 1001100 | 0 | 100 | 100101100 | 1011011 | 111100 |
Color Harmonies of #F53CF6
Complementary color
Monochromatic Colors of #F53CF6
Black with #F53CF6
Text Example
Text Example
White with #F53CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53CF6; }
p { color: rgb(245,60,246); }
H1.HeaderClassName
{
color: #F53CF6;
}
.AnyTagClassName
{
color: #F53CF6;
}
</style>
background-color css
<style>
a { background-color: #F53CF6; }
a { background-color: rgb(245,60,246); }
div.DivClassName
{
background-color: #F53CF6;
}
.BgClassName
{
background-color: #F53CF6;
}
</style>
border-color css
<style>
span { border-color: #F53CF6; }
span { border-color: rgb(245,60,246); }
td.TdClassName
{
border-color: #F53CF6;
}
.TagClassName
{
border-color: #F53CF6;
}
</style>