Shades of Pink Flamingo #F552FA
Tints of Pink Flamingo #F552FA
RGB
CMYK
RGB Variations
Color information
#F552FA (or 0xF552FA) is known color: Pink Flamingo. HEX triplet: F5, 52 and FA. RGB value is (245,82,250). Sum of RGB (Red+Green+Blue) = 245+82+250=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 82 (32.42% from 255 or 14.21% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #F552FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552FA is #0AAD05. Grayscale: #959595. Windows color (decimal): -699654 or 16405237. OLE color: 16405237.
HSL color Cylindrical-coordinate representation of color #F552FA: hue angle of 298.21º degrees, saturation: 0.94, 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 #F552FA is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 82 | 250 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.02 |
| HSL | 298.21º | 0.94% | 0.65% | - |
| HSV(B) | 298.21º | 0.67% | 0.98% | - |
| XYZ | 57.93 | 32.35 | 93.63 | - |
| YUV | 149.89 | 184.5 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 250 | 0.02 | 0.67 | 0 | 0.02 | 298.21 | 0.94 | 0.65 |
| Hex | F5 | 52 | FA | 2 | 43 | 0 | 2 | 12A | 5E | 41 |
| Octal | 365 | 122 | 372 | 2 | 103 | 0 | 2 | 452 | 136 | 101 |
| Binary | 11110101 | 1010010 | 11111010 | 10 | 1000011 | 0 | 10 | 100101010 | 1011110 | 1000001 |
Color Harmonies of #F552FA
Complementary color
Monochromatic Colors of #F552FA
Black with #F552FA
Text Example
Text Example
White with #F552FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F552FA; }
p { color: rgb(245,82,250); }
H1.HeaderClassName
{
color: #F552FA;
}
.AnyTagClassName
{
color: #F552FA;
}
</style>
background-color css
<style>
a { background-color: #F552FA; }
a { background-color: rgb(245,82,250); }
div.DivClassName
{
background-color: #F552FA;
}
.BgClassName
{
background-color: #F552FA;
}
</style>
border-color css
<style>
span { border-color: #F552FA; }
span { border-color: rgb(245,82,250); }
td.TdClassName
{
border-color: #F552FA;
}
.TagClassName
{
border-color: #F552FA;
}
</style>