Shades of Pink Flamingo #FE52FF
Tints of Pink Flamingo #FE52FF
RGB
CMYK
RGB Variations
Color information
#FE52FF (or 0xFE52FF) is known color: Pink Flamingo. HEX triplet: FE, 52 and FF. RGB value is (254,82,255). Sum of RGB (Red+Green+Blue) = 254+82+255=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 82 (32.42% from 255 or 13.87% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE52FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE52FF is #01AD00. Grayscale: #989898. Windows color (decimal): -109825 or 16732926. OLE color: 16732926.
HSL color Cylindrical-coordinate representation of color #FE52FF: hue angle of 299.65º 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 #FE52FF is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 82 | 255 | - |
| CMYK | 0.00 | 0.68 | 0 | 0 |
| HSL | 299.65º | 1% | 0.66% | - |
| HSV(B) | 299.65º | 0.68% | 1% | - |
| XYZ | 61.94 | 34.33 | 97.97 | - |
| YUV | 153.15 | 185.48 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 255 | 0.00 | 0.68 | 0 | 0 | 299.65 | 1 | 0.66 |
| Hex | FE | 52 | FF | 0 | 44 | 0 | 0 | 12C | 64 | 42 |
| Octal | 376 | 122 | 377 | 0 | 104 | 0 | 0 | 454 | 144 | 102 |
| Binary | 11111110 | 1010010 | 11111111 | 0 | 1000100 | 0 | 0 | 100101100 | 1100100 | 1000010 |
Color Harmonies of #FE52FF
Complementary color
Monochromatic Colors of #FE52FF
Black with #FE52FF
Text Example
Text Example
White with #FE52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE52FF; }
p { color: rgb(254,82,255); }
H1.HeaderClassName
{
color: #FE52FF;
}
.AnyTagClassName
{
color: #FE52FF;
}
</style>
background-color css
<style>
a { background-color: #FE52FF; }
a { background-color: rgb(254,82,255); }
div.DivClassName
{
background-color: #FE52FF;
}
.BgClassName
{
background-color: #FE52FF;
}
</style>
border-color css
<style>
span { border-color: #FE52FF; }
span { border-color: rgb(254,82,255); }
td.TdClassName
{
border-color: #FE52FF;
}
.TagClassName
{
border-color: #FE52FF;
}
</style>