Shades of Pink Flamingo #FF53ED
Tints of Pink Flamingo #FF53ED
RGB
CMYK
RGB Variations
Color information
#FF53ED (or 0xFF53ED) is known color: Pink Flamingo. HEX triplet: FF, 53 and ED. RGB value is (255,83,237). Sum of RGB (Red+Green+Blue) = 255+83+237=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 83 (32.81% from 255 or 14.43% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF53ED is #00AC12. Grayscale: #979797. Windows color (decimal): -44051 or 15553535. OLE color: 15553535.
HSL color Cylindrical-coordinate representation of color #FF53ED: hue angle of 306.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF53ED is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 237 | - |
| CMYK | 0 | 0.67 | 0.07 | 0 |
| HSL | 306.28º | 1% | 0.66% | - |
| HSV(B) | 306.28º | 0.67% | 1% | - |
| XYZ | 59.62 | 33.56 | 83.46 | - |
| YUV | 151.98 | 175.98 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 237 | 0 | 0.67 | 0.07 | 0 | 306.28 | 1 | 0.66 |
| Hex | FF | 53 | ED | 0 | 43 | 7 | 0 | 132 | 64 | 42 |
| Octal | 377 | 123 | 355 | 0 | 103 | 7 | 0 | 462 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11101101 | 0 | 1000011 | 111 | 0 | 100110010 | 1100100 | 1000010 |
Color Harmonies of #FF53ED
Complementary color
Monochromatic Colors of #FF53ED
Black with #FF53ED
Text Example
Text Example
White with #FF53ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53ED; }
p { color: rgb(255,83,237); }
H1.HeaderClassName
{
color: #FF53ED;
}
.AnyTagClassName
{
color: #FF53ED;
}
</style>
background-color css
<style>
a { background-color: #FF53ED; }
a { background-color: rgb(255,83,237); }
div.DivClassName
{
background-color: #FF53ED;
}
.BgClassName
{
background-color: #FF53ED;
}
</style>
border-color css
<style>
span { border-color: #FF53ED; }
span { border-color: rgb(255,83,237); }
td.TdClassName
{
border-color: #FF53ED;
}
.TagClassName
{
border-color: #FF53ED;
}
</style>