Shades of Pink Flamingo #FF52FD
Tints of Pink Flamingo #FF52FD
RGB
CMYK
RGB Variations
Color information
#FF52FD (or 0xFF52FD) is known color: Pink Flamingo. HEX triplet: FF, 52 and FD. RGB value is (255,82,253). Sum of RGB (Red+Green+Blue) = 255+82+253=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 82 (32.42% from 255 or 13.90% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF52FD is #00AD02. Grayscale: #989898. Windows color (decimal): -44291 or 16601855. OLE color: 16601855.
HSL color Cylindrical-coordinate representation of color #FF52FD: hue angle of 300.69º 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 #FF52FD is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 253 | - |
| CMYK | 0 | 0.68 | 0.01 | 0 |
| HSL | 300.69º | 1% | 0.66% | - |
| HSV(B) | 300.69º | 0.68% | 1% | - |
| XYZ | 61.99 | 34.39 | 96.3 | - |
| YUV | 153.22 | 184.31 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 253 | 0 | 0.68 | 0.01 | 0 | 300.69 | 1 | 0.66 |
| Hex | FF | 52 | FD | 0 | 44 | 1 | 0 | 12D | 64 | 42 |
| Octal | 377 | 122 | 375 | 0 | 104 | 1 | 0 | 455 | 144 | 102 |
| Binary | 11111111 | 1010010 | 11111101 | 0 | 1000100 | 1 | 0 | 100101101 | 1100100 | 1000010 |
Color Harmonies of #FF52FD
Complementary color
Monochromatic Colors of #FF52FD
Black with #FF52FD
Text Example
Text Example
White with #FF52FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52FD; }
p { color: rgb(255,82,253); }
H1.HeaderClassName
{
color: #FF52FD;
}
.AnyTagClassName
{
color: #FF52FD;
}
</style>
background-color css
<style>
a { background-color: #FF52FD; }
a { background-color: rgb(255,82,253); }
div.DivClassName
{
background-color: #FF52FD;
}
.BgClassName
{
background-color: #FF52FD;
}
</style>
border-color css
<style>
span { border-color: #FF52FD; }
span { border-color: rgb(255,82,253); }
td.TdClassName
{
border-color: #FF52FD;
}
.TagClassName
{
border-color: #FF52FD;
}
</style>