Shades of Pink Flamingo #F547FB
Tints of Pink Flamingo #F547FB
RGB
CMYK
RGB Variations
Color information
#F547FB (or 0xF547FB) is known color: Pink Flamingo. HEX triplet: F5, 47 and FB. RGB value is (245,71,251). Sum of RGB (Red+Green+Blue) = 245+71+251=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 71 (28.12% from 255 or 12.52% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #F547FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F547FB is #0AB804. Grayscale: #8F8F8F. Windows color (decimal): -702469 or 16467957. OLE color: 16467957.
HSL color Cylindrical-coordinate representation of color #F547FB: hue angle of 298º degrees, saturation: 0.96, 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 #F547FB is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 71 | 251 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.02 |
| HSL | 298º | 0.96% | 0.63% | - |
| HSV(B) | 298º | 0.72% | 0.98% | - |
| XYZ | 57.32 | 30.88 | 94.21 | - |
| YUV | 143.55 | 188.65 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 251 | 0.02 | 0.72 | 0 | 0.02 | 298 | 0.96 | 0.63 |
| Hex | F5 | 47 | FB | 2 | 48 | 0 | 2 | 12A | 60 | 3F |
| Octal | 365 | 107 | 373 | 2 | 110 | 0 | 2 | 452 | 140 | 77 |
| Binary | 11110101 | 1000111 | 11111011 | 10 | 1001000 | 0 | 10 | 100101010 | 1100000 | 111111 |
Color Harmonies of #F547FB
Complementary color
Monochromatic Colors of #F547FB
Black with #F547FB
Text Example
Text Example
White with #F547FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F547FB; }
p { color: rgb(245,71,251); }
H1.HeaderClassName
{
color: #F547FB;
}
.AnyTagClassName
{
color: #F547FB;
}
</style>
background-color css
<style>
a { background-color: #F547FB; }
a { background-color: rgb(245,71,251); }
div.DivClassName
{
background-color: #F547FB;
}
.BgClassName
{
background-color: #F547FB;
}
</style>
border-color css
<style>
span { border-color: #F547FB; }
span { border-color: rgb(245,71,251); }
td.TdClassName
{
border-color: #F547FB;
}
.TagClassName
{
border-color: #F547FB;
}
</style>