Shades of Pink Flamingo #FF53F9
Tints of Pink Flamingo #FF53F9
RGB
CMYK
RGB Variations
Color information
#FF53F9 (or 0xFF53F9) is known color: Pink Flamingo. HEX triplet: FF, 53 and F9. RGB value is (255,83,249). Sum of RGB (Red+Green+Blue) = 255+83+249=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 83 (32.81% from 255 or 14.14% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF53F9 is #00AC06. Grayscale: #989898. Windows color (decimal): -44039 or 16339967. OLE color: 16339967.
HSL color Cylindrical-coordinate representation of color #FF53F9: hue angle of 302.09º 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 #FF53F9 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 249 | - |
| CMYK | 0 | 0.67 | 0.02 | 0 |
| HSL | 302.09º | 1% | 0.66% | - |
| HSV(B) | 302.09º | 0.67% | 1% | - |
| XYZ | 61.43 | 34.29 | 93 | - |
| YUV | 153.35 | 181.98 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 249 | 0 | 0.67 | 0.02 | 0 | 302.09 | 1 | 0.66 |
| Hex | FF | 53 | F9 | 0 | 43 | 2 | 0 | 12E | 64 | 42 |
| Octal | 377 | 123 | 371 | 0 | 103 | 2 | 0 | 456 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11111001 | 0 | 1000011 | 10 | 0 | 100101110 | 1100100 | 1000010 |
Color Harmonies of #FF53F9
Complementary color
Monochromatic Colors of #FF53F9
Black with #FF53F9
Text Example
Text Example
White with #FF53F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53F9; }
p { color: rgb(255,83,249); }
H1.HeaderClassName
{
color: #FF53F9;
}
.AnyTagClassName
{
color: #FF53F9;
}
</style>
background-color css
<style>
a { background-color: #FF53F9; }
a { background-color: rgb(255,83,249); }
div.DivClassName
{
background-color: #FF53F9;
}
.BgClassName
{
background-color: #FF53F9;
}
</style>
border-color css
<style>
span { border-color: #FF53F9; }
span { border-color: rgb(255,83,249); }
td.TdClassName
{
border-color: #FF53F9;
}
.TagClassName
{
border-color: #FF53F9;
}
</style>