Shades of Pink Flamingo #F547FC
Tints of Pink Flamingo #F547FC
RGB
CMYK
RGB Variations
Color information
#F547FC (or 0xF547FC) is known color: Pink Flamingo. HEX triplet: F5, 47 and FC. RGB value is (245,71,252). Sum of RGB (Red+Green+Blue) = 245+71+252=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 71 (28.12% from 255 or 12.5% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #F547FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F547FC is #0AB803. Grayscale: #8F8F8F. Windows color (decimal): -702468 or 16533493. OLE color: 16533493.
HSL color Cylindrical-coordinate representation of color #F547FC: hue angle of 297.68º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F547FC is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 71 | 252 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.01 |
| HSL | 297.68º | 0.97% | 0.63% | - |
| HSV(B) | 297.68º | 0.72% | 0.99% | - |
| XYZ | 57.48 | 30.95 | 95.04 | - |
| YUV | 143.66 | 189.15 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 252 | 0.03 | 0.72 | 0 | 0.01 | 297.68 | 0.97 | 0.63 |
| Hex | F5 | 47 | FC | 3 | 48 | 0 | 1 | 12A | 61 | 3F |
| Octal | 365 | 107 | 374 | 3 | 110 | 0 | 1 | 452 | 141 | 77 |
| Binary | 11110101 | 1000111 | 11111100 | 11 | 1001000 | 0 | 1 | 100101010 | 1100001 | 111111 |
Color Harmonies of #F547FC
Complementary color
Monochromatic Colors of #F547FC
Black with #F547FC
Text Example
Text Example
White with #F547FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F547FC; }
p { color: rgb(245,71,252); }
H1.HeaderClassName
{
color: #F547FC;
}
.AnyTagClassName
{
color: #F547FC;
}
</style>
background-color css
<style>
a { background-color: #F547FC; }
a { background-color: rgb(245,71,252); }
div.DivClassName
{
background-color: #F547FC;
}
.BgClassName
{
background-color: #F547FC;
}
</style>
border-color css
<style>
span { border-color: #F547FC; }
span { border-color: rgb(245,71,252); }
td.TdClassName
{
border-color: #F547FC;
}
.TagClassName
{
border-color: #F547FC;
}
</style>