Shades of Pink Flamingo #F537FC
Tints of Pink Flamingo #F537FC
RGB
CMYK
RGB Variations
Color information
#F537FC (or 0xF537FC) is known color: Pink Flamingo. HEX triplet: F5, 37 and FC. RGB value is (245,55,252). Sum of RGB (Red+Green+Blue) = 245+55+252=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 55 (21.88% from 255 or 9.96% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #F537FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F537FC is #0AC803. Grayscale: #858585. Windows color (decimal): -706564 or 16529397. OLE color: 16529397.
HSL color Cylindrical-coordinate representation of color #F537FC: hue angle of 297.87º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F537FC is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 55 | 252 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.01 |
| HSL | 297.87º | 0.97% | 0.6% | - |
| HSV(B) | 297.87º | 0.78% | 0.99% | - |
| XYZ | 56.59 | 29.17 | 94.74 | - |
| YUV | 134.27 | 194.45 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 252 | 0.03 | 0.78 | 0 | 0.01 | 297.87 | 0.97 | 0.6 |
| Hex | F5 | 37 | FC | 3 | 4E | 0 | 1 | 12A | 61 | 3C |
| Octal | 365 | 67 | 374 | 3 | 116 | 0 | 1 | 452 | 141 | 74 |
| Binary | 11110101 | 110111 | 11111100 | 11 | 1001110 | 0 | 1 | 100101010 | 1100001 | 111100 |
Color Harmonies of #F537FC
Complementary color
Monochromatic Colors of #F537FC
Black with #F537FC
Text Example
Text Example
White with #F537FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F537FC; }
p { color: rgb(245,55,252); }
H1.HeaderClassName
{
color: #F537FC;
}
.AnyTagClassName
{
color: #F537FC;
}
</style>
background-color css
<style>
a { background-color: #F537FC; }
a { background-color: rgb(245,55,252); }
div.DivClassName
{
background-color: #F537FC;
}
.BgClassName
{
background-color: #F537FC;
}
</style>
border-color css
<style>
span { border-color: #F537FC; }
span { border-color: rgb(245,55,252); }
td.TdClassName
{
border-color: #F537FC;
}
.TagClassName
{
border-color: #F537FC;
}
</style>