Shades of Pink Flamingo #FF53FE
Tints of Pink Flamingo #FF53FE
RGB
CMYK
RGB Variations
Color information
#FF53FE (or 0xFF53FE) is known color: Pink Flamingo. HEX triplet: FF, 53 and FE. RGB value is (255,83,254). Sum of RGB (Red+Green+Blue) = 255+83+254=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 83 (32.81% from 255 or 14.02% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF53FE is #00AC01. Grayscale: #999999. Windows color (decimal): -44034 or 16667647. OLE color: 16667647.
HSL color Cylindrical-coordinate representation of color #FF53FE: hue angle of 300.35º 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 #FF53FE is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 254 | - |
| CMYK | 0 | 0.67 | 0.00 | 0 |
| HSL | 300.35º | 1% | 0.66% | - |
| HSV(B) | 300.35º | 0.67% | 1% | - |
| XYZ | 62.22 | 34.6 | 97.17 | - |
| YUV | 153.92 | 184.48 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 254 | 0 | 0.67 | 0.00 | 0 | 300.35 | 1 | 0.66 |
| Hex | FF | 53 | FE | 0 | 43 | 0 | 0 | 12C | 64 | 42 |
| Octal | 377 | 123 | 376 | 0 | 103 | 0 | 0 | 454 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11111110 | 0 | 1000011 | 0 | 0 | 100101100 | 1100100 | 1000010 |
Color Harmonies of #FF53FE
Complementary color
Monochromatic Colors of #FF53FE
Black with #FF53FE
Text Example
Text Example
White with #FF53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53FE; }
p { color: rgb(255,83,254); }
H1.HeaderClassName
{
color: #FF53FE;
}
.AnyTagClassName
{
color: #FF53FE;
}
</style>
background-color css
<style>
a { background-color: #FF53FE; }
a { background-color: rgb(255,83,254); }
div.DivClassName
{
background-color: #FF53FE;
}
.BgClassName
{
background-color: #FF53FE;
}
</style>
border-color css
<style>
span { border-color: #FF53FE; }
span { border-color: rgb(255,83,254); }
td.TdClassName
{
border-color: #FF53FE;
}
.TagClassName
{
border-color: #FF53FE;
}
</style>