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