Shades of Pink Flamingo #F548FB
Tints of Pink Flamingo #F548FB
RGB
CMYK
RGB Variations
Color information
#F548FB (or 0xF548FB) is known color: Pink Flamingo. HEX triplet: F5, 48 and FB. RGB value is (245,72,251). Sum of RGB (Red+Green+Blue) = 245+72+251=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 72 (28.52% from 255 or 12.68% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #F548FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F548FB is #0AB704. Grayscale: #8F8F8F. Windows color (decimal): -702213 or 16468213. OLE color: 16468213.
HSL color Cylindrical-coordinate representation of color #F548FB: hue angle of 297.99º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F548FB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 72 | 251 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.02 |
| HSL | 297.99º | 0.96% | 0.63% | - |
| HSV(B) | 297.99º | 0.71% | 0.98% | - |
| XYZ | 57.39 | 31.01 | 94.23 | - |
| YUV | 144.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 251 | 0.02 | 0.71 | 0 | 0.02 | 297.99 | 0.96 | 0.63 |
| Hex | F5 | 48 | FB | 2 | 47 | 0 | 2 | 12A | 60 | 3F |
| Octal | 365 | 110 | 373 | 2 | 107 | 0 | 2 | 452 | 140 | 77 |
| Binary | 11110101 | 1001000 | 11111011 | 10 | 1000111 | 0 | 10 | 100101010 | 1100000 | 111111 |
Color Harmonies of #F548FB
Complementary color
Monochromatic Colors of #F548FB
Black with #F548FB
Text Example
Text Example
White with #F548FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F548FB; }
p { color: rgb(245,72,251); }
H1.HeaderClassName
{
color: #F548FB;
}
.AnyTagClassName
{
color: #F548FB;
}
</style>
background-color css
<style>
a { background-color: #F548FB; }
a { background-color: rgb(245,72,251); }
div.DivClassName
{
background-color: #F548FB;
}
.BgClassName
{
background-color: #F548FB;
}
</style>
border-color css
<style>
span { border-color: #F548FB; }
span { border-color: rgb(245,72,251); }
td.TdClassName
{
border-color: #F548FB;
}
.TagClassName
{
border-color: #F548FB;
}
</style>