Shades of Pink Flamingo #FF53E8
Tints of Pink Flamingo #FF53E8
RGB
CMYK
RGB Variations
Color information
#FF53E8 (or 0xFF53E8) is known color: Pink Flamingo. HEX triplet: FF, 53 and E8. RGB value is (255,83,232). Sum of RGB (Red+Green+Blue) = 255+83+232=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 83 (32.81% from 255 or 14.56% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF53E8 is #00AC17. Grayscale: #969696. Windows color (decimal): -44056 or 15225855. OLE color: 15225855.
HSL color Cylindrical-coordinate representation of color #FF53E8: hue angle of 308.02º 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 #FF53E8 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 232 | - |
| CMYK | 0 | 0.67 | 0.09 | 0 |
| HSL | 308.02º | 1% | 0.66% | - |
| HSV(B) | 308.02º | 0.67% | 1% | - |
| XYZ | 58.9 | 33.27 | 79.66 | - |
| YUV | 151.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 232 | 0 | 0.67 | 0.09 | 0 | 308.02 | 1 | 0.66 |
| Hex | FF | 53 | E8 | 0 | 43 | 9 | 0 | 134 | 64 | 42 |
| Octal | 377 | 123 | 350 | 0 | 103 | 11 | 0 | 464 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11101000 | 0 | 1000011 | 1001 | 0 | 100110100 | 1100100 | 1000010 |
Color Harmonies of #FF53E8
Complementary color
Monochromatic Colors of #FF53E8
Black with #FF53E8
Text Example
Text Example
White with #FF53E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53E8; }
p { color: rgb(255,83,232); }
H1.HeaderClassName
{
color: #FF53E8;
}
.AnyTagClassName
{
color: #FF53E8;
}
</style>
background-color css
<style>
a { background-color: #FF53E8; }
a { background-color: rgb(255,83,232); }
div.DivClassName
{
background-color: #FF53E8;
}
.BgClassName
{
background-color: #FF53E8;
}
</style>
border-color css
<style>
span { border-color: #FF53E8; }
span { border-color: rgb(255,83,232); }
td.TdClassName
{
border-color: #FF53E8;
}
.TagClassName
{
border-color: #FF53E8;
}
</style>