Shades of Pink Flamingo #F537FA
Tints of Pink Flamingo #F537FA
RGB
CMYK
RGB Variations
Color information
#F537FA (or 0xF537FA) is known color: Pink Flamingo. HEX triplet: F5, 37 and FA. RGB value is (245,55,250). Sum of RGB (Red+Green+Blue) = 245+55+250=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 55 (21.88% from 255 or 10% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #F537FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F537FA is #0AC805. Grayscale: #858585. Windows color (decimal): -706566 or 16398325. OLE color: 16398325.
HSL color Cylindrical-coordinate representation of color #F537FA: hue angle of 298.46º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F537FA is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 55 | 250 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.02 |
| HSL | 298.46º | 0.95% | 0.6% | - |
| HSV(B) | 298.46º | 0.78% | 0.98% | - |
| XYZ | 56.28 | 29.05 | 93.08 | - |
| YUV | 134.04 | 193.45 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 250 | 0.02 | 0.78 | 0 | 0.02 | 298.46 | 0.95 | 0.6 |
| Hex | F5 | 37 | FA | 2 | 4E | 0 | 2 | 12A | 5F | 3C |
| Octal | 365 | 67 | 372 | 2 | 116 | 0 | 2 | 452 | 137 | 74 |
| Binary | 11110101 | 110111 | 11111010 | 10 | 1001110 | 0 | 10 | 100101010 | 1011111 | 111100 |
Color Harmonies of #F537FA
Complementary color
Monochromatic Colors of #F537FA
Black with #F537FA
Text Example
Text Example
White with #F537FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F537FA; }
p { color: rgb(245,55,250); }
H1.HeaderClassName
{
color: #F537FA;
}
.AnyTagClassName
{
color: #F537FA;
}
</style>
background-color css
<style>
a { background-color: #F537FA; }
a { background-color: rgb(245,55,250); }
div.DivClassName
{
background-color: #F537FA;
}
.BgClassName
{
background-color: #F537FA;
}
</style>
border-color css
<style>
span { border-color: #F537FA; }
span { border-color: rgb(245,55,250); }
td.TdClassName
{
border-color: #F537FA;
}
.TagClassName
{
border-color: #F537FA;
}
</style>