Shades of Pink Flamingo #F052FF
Tints of Pink Flamingo #F052FF
RGB
CMYK
RGB Variations
Color information
#F052FF (or 0xF052FF) is known color: Pink Flamingo. HEX triplet: F0, 52 and FF. RGB value is (240,82,255). Sum of RGB (Red+Green+Blue) = 240+82+255=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 82 (32.42% from 255 or 14.21% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #F052FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F052FF is #0FAD00. Grayscale: #949494. Windows color (decimal): -1027329 or 16732912. OLE color: 16732912.
HSL color Cylindrical-coordinate representation of color #F052FF: hue angle of 294.8º 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 #F052FF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 82 | 255 | - |
| CMYK | 0.06 | 0.68 | 0 | 0 |
| HSL | 294.8º | 1% | 0.66% | - |
| HSV(B) | 294.8º | 0.68% | 1% | - |
| XYZ | 57 | 31.78 | 97.74 | - |
| YUV | 148.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 255 | 0.06 | 0.68 | 0 | 0 | 294.8 | 1 | 0.66 |
| Hex | F0 | 52 | FF | 6 | 44 | 0 | 0 | 127 | 64 | 42 |
| Octal | 360 | 122 | 377 | 6 | 104 | 0 | 0 | 447 | 144 | 102 |
| Binary | 11110000 | 1010010 | 11111111 | 110 | 1000100 | 0 | 0 | 100100111 | 1100100 | 1000010 |
Color Harmonies of #F052FF
Complementary color
Monochromatic Colors of #F052FF
Black with #F052FF
Text Example
Text Example
White with #F052FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F052FF; }
p { color: rgb(240,82,255); }
H1.HeaderClassName
{
color: #F052FF;
}
.AnyTagClassName
{
color: #F052FF;
}
</style>
background-color css
<style>
a { background-color: #F052FF; }
a { background-color: rgb(240,82,255); }
div.DivClassName
{
background-color: #F052FF;
}
.BgClassName
{
background-color: #F052FF;
}
</style>
border-color css
<style>
span { border-color: #F052FF; }
span { border-color: rgb(240,82,255); }
td.TdClassName
{
border-color: #F052FF;
}
.TagClassName
{
border-color: #F052FF;
}
</style>