Shades of Pink Flamingo #FF52EE
Tints of Pink Flamingo #FF52EE
RGB
CMYK
RGB Variations
Color information
#FF52EE (or 0xFF52EE) is known color: Pink Flamingo. HEX triplet: FF, 52 and EE. RGB value is (255,82,238). Sum of RGB (Red+Green+Blue) = 255+82+238=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 82 (32.42% from 255 or 14.26% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF52EE is #00AD11. Grayscale: #979797. Windows color (decimal): -44306 or 15618815. OLE color: 15618815.
HSL color Cylindrical-coordinate representation of color #FF52EE: hue angle of 305.9º 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 #FF52EE is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 238 | - |
| CMYK | 0 | 0.68 | 0.07 | 0 |
| HSL | 305.9º | 1% | 0.66% | - |
| HSV(B) | 305.9º | 0.68% | 1% | - |
| XYZ | 59.69 | 33.47 | 84.2 | - |
| YUV | 151.51 | 176.81 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 238 | 0 | 0.68 | 0.07 | 0 | 305.9 | 1 | 0.66 |
| Hex | FF | 52 | EE | 0 | 44 | 7 | 0 | 132 | 64 | 42 |
| Octal | 377 | 122 | 356 | 0 | 104 | 7 | 0 | 462 | 144 | 102 |
| Binary | 11111111 | 1010010 | 11101110 | 0 | 1000100 | 111 | 0 | 100110010 | 1100100 | 1000010 |
Color Harmonies of #FF52EE
Complementary color
Monochromatic Colors of #FF52EE
Black with #FF52EE
Text Example
Text Example
White with #FF52EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52EE; }
p { color: rgb(255,82,238); }
H1.HeaderClassName
{
color: #FF52EE;
}
.AnyTagClassName
{
color: #FF52EE;
}
</style>
background-color css
<style>
a { background-color: #FF52EE; }
a { background-color: rgb(255,82,238); }
div.DivClassName
{
background-color: #FF52EE;
}
.BgClassName
{
background-color: #FF52EE;
}
</style>
border-color css
<style>
span { border-color: #FF52EE; }
span { border-color: rgb(255,82,238); }
td.TdClassName
{
border-color: #FF52EE;
}
.TagClassName
{
border-color: #FF52EE;
}
</style>