Shades of Pink Flamingo #F552FF
Tints of Pink Flamingo #F552FF
RGB
CMYK
RGB Variations
Color information
#F552FF (or 0xF552FF) is known color: Pink Flamingo. HEX triplet: F5, 52 and FF. RGB value is (245,82,255). Sum of RGB (Red+Green+Blue) = 245+82+255=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 82 (32.42% from 255 or 14.09% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #F552FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552FF is #0AAD00. Grayscale: #959595. Windows color (decimal): -699649 or 16732917. OLE color: 16732917.
HSL color Cylindrical-coordinate representation of color #F552FF: hue angle of 296.53º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F552FF is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 82 | 255 | - |
| CMYK | 0.04 | 0.68 | 0 | 0 |
| HSL | 296.53º | 1% | 0.66% | - |
| HSV(B) | 296.53º | 0.68% | 1% | - |
| XYZ | 58.72 | 32.67 | 97.82 | - |
| YUV | 150.46 | 187 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 255 | 0.04 | 0.68 | 0 | 0 | 296.53 | 1 | 0.66 |
| Hex | F5 | 52 | FF | 4 | 44 | 0 | 0 | 129 | 64 | 42 |
| Octal | 365 | 122 | 377 | 4 | 104 | 0 | 0 | 451 | 144 | 102 |
| Binary | 11110101 | 1010010 | 11111111 | 100 | 1000100 | 0 | 0 | 100101001 | 1100100 | 1000010 |
Color Harmonies of #F552FF
Complementary color
Monochromatic Colors of #F552FF
Black with #F552FF
Text Example
Text Example
White with #F552FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F552FF; }
p { color: rgb(245,82,255); }
H1.HeaderClassName
{
color: #F552FF;
}
.AnyTagClassName
{
color: #F552FF;
}
</style>
background-color css
<style>
a { background-color: #F552FF; }
a { background-color: rgb(245,82,255); }
div.DivClassName
{
background-color: #F552FF;
}
.BgClassName
{
background-color: #F552FF;
}
</style>
border-color css
<style>
span { border-color: #F552FF; }
span { border-color: rgb(245,82,255); }
td.TdClassName
{
border-color: #F552FF;
}
.TagClassName
{
border-color: #F552FF;
}
</style>