Shades of Pink Flamingo #F547FA
Tints of Pink Flamingo #F547FA
RGB
CMYK
RGB Variations
Color information
#F547FA (or 0xF547FA) is known color: Pink Flamingo. HEX triplet: F5, 47 and FA. RGB value is (245,71,250). Sum of RGB (Red+Green+Blue) = 245+71+250=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 71 (28.12% from 255 or 12.54% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #F547FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F547FA is #0AB805. Grayscale: #8E8E8E. Windows color (decimal): -702470 or 16402421. OLE color: 16402421.
HSL color Cylindrical-coordinate representation of color #F547FA: hue angle of 298.32º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F547FA is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 71 | 250 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.02 |
| HSL | 298.32º | 0.95% | 0.63% | - |
| HSV(B) | 298.32º | 0.72% | 0.98% | - |
| XYZ | 57.16 | 30.82 | 93.38 | - |
| YUV | 143.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 250 | 0.02 | 0.72 | 0 | 0.02 | 298.32 | 0.95 | 0.63 |
| Hex | F5 | 47 | FA | 2 | 48 | 0 | 2 | 12A | 5F | 3F |
| Octal | 365 | 107 | 372 | 2 | 110 | 0 | 2 | 452 | 137 | 77 |
| Binary | 11110101 | 1000111 | 11111010 | 10 | 1001000 | 0 | 10 | 100101010 | 1011111 | 111111 |
Color Harmonies of #F547FA
Complementary color
Monochromatic Colors of #F547FA
Black with #F547FA
Text Example
Text Example
White with #F547FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F547FA; }
p { color: rgb(245,71,250); }
H1.HeaderClassName
{
color: #F547FA;
}
.AnyTagClassName
{
color: #F547FA;
}
</style>
background-color css
<style>
a { background-color: #F547FA; }
a { background-color: rgb(245,71,250); }
div.DivClassName
{
background-color: #F547FA;
}
.BgClassName
{
background-color: #F547FA;
}
</style>
border-color css
<style>
span { border-color: #F547FA; }
span { border-color: rgb(245,71,250); }
td.TdClassName
{
border-color: #F547FA;
}
.TagClassName
{
border-color: #F547FA;
}
</style>