Shades of Pink Flamingo #F545FB
Tints of Pink Flamingo #F545FB
RGB
CMYK
RGB Variations
Color information
#F545FB (or 0xF545FB) is known color: Pink Flamingo. HEX triplet: F5, 45 and FB. RGB value is (245,69,251). Sum of RGB (Red+Green+Blue) = 245+69+251=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 69 (27.34% from 255 or 12.21% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #F545FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F545FB is #0ABA04. Grayscale: #8D8D8D. Windows color (decimal): -702981 or 16467445. OLE color: 16467445.
HSL color Cylindrical-coordinate representation of color #F545FB: hue angle of 298.02º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F545FB is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 69 | 251 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.02 |
| HSL | 298.02º | 0.96% | 0.63% | - |
| HSV(B) | 298.02º | 0.73% | 0.98% | - |
| XYZ | 57.2 | 30.63 | 94.17 | - |
| YUV | 142.37 | 189.31 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 251 | 0.02 | 0.73 | 0 | 0.02 | 298.02 | 0.96 | 0.63 |
| Hex | F5 | 45 | FB | 2 | 49 | 0 | 2 | 12A | 60 | 3F |
| Octal | 365 | 105 | 373 | 2 | 111 | 0 | 2 | 452 | 140 | 77 |
| Binary | 11110101 | 1000101 | 11111011 | 10 | 1001001 | 0 | 10 | 100101010 | 1100000 | 111111 |
Color Harmonies of #F545FB
Complementary color
Monochromatic Colors of #F545FB
Black with #F545FB
Text Example
Text Example
White with #F545FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F545FB; }
p { color: rgb(245,69,251); }
H1.HeaderClassName
{
color: #F545FB;
}
.AnyTagClassName
{
color: #F545FB;
}
</style>
background-color css
<style>
a { background-color: #F545FB; }
a { background-color: rgb(245,69,251); }
div.DivClassName
{
background-color: #F545FB;
}
.BgClassName
{
background-color: #F545FB;
}
</style>
border-color css
<style>
span { border-color: #F545FB; }
span { border-color: rgb(245,69,251); }
td.TdClassName
{
border-color: #F545FB;
}
.TagClassName
{
border-color: #F545FB;
}
</style>