Shades of Pink Flamingo #FF52ED
Tints of Pink Flamingo #FF52ED
RGB
CMYK
RGB Variations
Color information
#FF52ED (or 0xFF52ED) is known color: Pink Flamingo. HEX triplet: FF, 52 and ED. RGB value is (255,82,237). Sum of RGB (Red+Green+Blue) = 255+82+237=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 82 (32.42% from 255 or 14.29% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF52ED is #00AD12. Grayscale: #969696. Windows color (decimal): -44307 or 15553279. OLE color: 15553279.
HSL color Cylindrical-coordinate representation of color #FF52ED: hue angle of 306.24º 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 #FF52ED is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 237 | - |
| CMYK | 0 | 0.68 | 0.07 | 0 |
| HSL | 306.24º | 1% | 0.66% | - |
| HSV(B) | 306.24º | 0.68% | 1% | - |
| XYZ | 59.54 | 33.41 | 83.43 | - |
| YUV | 151.4 | 176.31 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 237 | 0 | 0.68 | 0.07 | 0 | 306.24 | 1 | 0.66 |
| Hex | FF | 52 | ED | 0 | 44 | 7 | 0 | 132 | 64 | 42 |
| Octal | 377 | 122 | 355 | 0 | 104 | 7 | 0 | 462 | 144 | 102 |
| Binary | 11111111 | 1010010 | 11101101 | 0 | 1000100 | 111 | 0 | 100110010 | 1100100 | 1000010 |
Color Harmonies of #FF52ED
Complementary color
Monochromatic Colors of #FF52ED
Black with #FF52ED
Text Example
Text Example
White with #FF52ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52ED; }
p { color: rgb(255,82,237); }
H1.HeaderClassName
{
color: #FF52ED;
}
.AnyTagClassName
{
color: #FF52ED;
}
</style>
background-color css
<style>
a { background-color: #FF52ED; }
a { background-color: rgb(255,82,237); }
div.DivClassName
{
background-color: #FF52ED;
}
.BgClassName
{
background-color: #FF52ED;
}
</style>
border-color css
<style>
span { border-color: #FF52ED; }
span { border-color: rgb(255,82,237); }
td.TdClassName
{
border-color: #FF52ED;
}
.TagClassName
{
border-color: #FF52ED;
}
</style>