Shades of Pink Flamingo #FF53FD
Tints of Pink Flamingo #FF53FD
RGB
CMYK
RGB Variations
Color information
#FF53FD (or 0xFF53FD) is known color: Pink Flamingo. HEX triplet: FF, 53 and FD. RGB value is (255,83,253). Sum of RGB (Red+Green+Blue) = 255+83+253=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 83 (32.81% from 255 or 14.04% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF53FD is #00AC02. Grayscale: #999999. Windows color (decimal): -44035 or 16602111. OLE color: 16602111.
HSL color Cylindrical-coordinate representation of color #FF53FD: hue angle of 300.7º 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 #FF53FD is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 253 | - |
| CMYK | 0 | 0.67 | 0.01 | 0 |
| HSL | 300.7º | 1% | 0.66% | - |
| HSV(B) | 300.7º | 0.67% | 1% | - |
| XYZ | 62.06 | 34.54 | 96.32 | - |
| YUV | 153.81 | 183.98 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 253 | 0 | 0.67 | 0.01 | 0 | 300.7 | 1 | 0.66 |
| Hex | FF | 53 | FD | 0 | 43 | 1 | 0 | 12D | 64 | 42 |
| Octal | 377 | 123 | 375 | 0 | 103 | 1 | 0 | 455 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11111101 | 0 | 1000011 | 1 | 0 | 100101101 | 1100100 | 1000010 |
Color Harmonies of #FF53FD
Complementary color
Monochromatic Colors of #FF53FD
Black with #FF53FD
Text Example
Text Example
White with #FF53FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53FD; }
p { color: rgb(255,83,253); }
H1.HeaderClassName
{
color: #FF53FD;
}
.AnyTagClassName
{
color: #FF53FD;
}
</style>
background-color css
<style>
a { background-color: #FF53FD; }
a { background-color: rgb(255,83,253); }
div.DivClassName
{
background-color: #FF53FD;
}
.BgClassName
{
background-color: #FF53FD;
}
</style>
border-color css
<style>
span { border-color: #FF53FD; }
span { border-color: rgb(255,83,253); }
td.TdClassName
{
border-color: #FF53FD;
}
.TagClassName
{
border-color: #FF53FD;
}
</style>