Shades of Pink Flamingo #F552FB
Tints of Pink Flamingo #F552FB
RGB
CMYK
RGB Variations
Color information
#F552FB (or 0xF552FB) is known color: Pink Flamingo. HEX triplet: F5, 52 and FB. RGB value is (245,82,251). Sum of RGB (Red+Green+Blue) = 245+82+251=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 82 (32.42% from 255 or 14.19% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #F552FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552FB is #0AAD04. Grayscale: #959595. Windows color (decimal): -699653 or 16470773. OLE color: 16470773.
HSL color Cylindrical-coordinate representation of color #F552FB: hue angle of 297.87º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F552FB is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 82 | 251 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.02 |
| HSL | 297.87º | 0.95% | 0.65% | - |
| HSV(B) | 297.87º | 0.67% | 0.98% | - |
| XYZ | 58.09 | 32.41 | 94.46 | - |
| YUV | 150 | 185 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 251 | 0.02 | 0.67 | 0 | 0.02 | 297.87 | 0.95 | 0.65 |
| Hex | F5 | 52 | FB | 2 | 43 | 0 | 2 | 12A | 5F | 41 |
| Octal | 365 | 122 | 373 | 2 | 103 | 0 | 2 | 452 | 137 | 101 |
| Binary | 11110101 | 1010010 | 11111011 | 10 | 1000011 | 0 | 10 | 100101010 | 1011111 | 1000001 |
Color Harmonies of #F552FB
Complementary color
Monochromatic Colors of #F552FB
Black with #F552FB
Text Example
Text Example
White with #F552FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F552FB; }
p { color: rgb(245,82,251); }
H1.HeaderClassName
{
color: #F552FB;
}
.AnyTagClassName
{
color: #F552FB;
}
</style>
background-color css
<style>
a { background-color: #F552FB; }
a { background-color: rgb(245,82,251); }
div.DivClassName
{
background-color: #F552FB;
}
.BgClassName
{
background-color: #F552FB;
}
</style>
border-color css
<style>
span { border-color: #F552FB; }
span { border-color: rgb(245,82,251); }
td.TdClassName
{
border-color: #F552FB;
}
.TagClassName
{
border-color: #F552FB;
}
</style>