Shades of Pink Flamingo #FF53F1
Tints of Pink Flamingo #FF53F1
RGB
CMYK
RGB Variations
Color information
#FF53F1 (or 0xFF53F1) is known color: Pink Flamingo. HEX triplet: FF, 53 and F1. RGB value is (255,83,241). Sum of RGB (Red+Green+Blue) = 255+83+241=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 83 (32.81% from 255 or 14.34% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF53F1 is #00AC0E. Grayscale: #979797. Windows color (decimal): -44047 or 15815679. OLE color: 15815679.
HSL color Cylindrical-coordinate representation of color #FF53F1: hue angle of 304.88º 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 #FF53F1 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 241 | - |
| CMYK | 0 | 0.67 | 0.05 | 0 |
| HSL | 304.88º | 1% | 0.66% | - |
| HSV(B) | 304.88º | 0.67% | 1% | - |
| XYZ | 60.21 | 33.8 | 86.57 | - |
| YUV | 152.44 | 177.98 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 241 | 0 | 0.67 | 0.05 | 0 | 304.88 | 1 | 0.66 |
| Hex | FF | 53 | F1 | 0 | 43 | 5 | 0 | 131 | 64 | 42 |
| Octal | 377 | 123 | 361 | 0 | 103 | 5 | 0 | 461 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11110001 | 0 | 1000011 | 101 | 0 | 100110001 | 1100100 | 1000010 |
Color Harmonies of #FF53F1
Complementary color
Monochromatic Colors of #FF53F1
Black with #FF53F1
Text Example
Text Example
White with #FF53F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53F1; }
p { color: rgb(255,83,241); }
H1.HeaderClassName
{
color: #FF53F1;
}
.AnyTagClassName
{
color: #FF53F1;
}
</style>
background-color css
<style>
a { background-color: #FF53F1; }
a { background-color: rgb(255,83,241); }
div.DivClassName
{
background-color: #FF53F1;
}
.BgClassName
{
background-color: #FF53F1;
}
</style>
border-color css
<style>
span { border-color: #FF53F1; }
span { border-color: rgb(255,83,241); }
td.TdClassName
{
border-color: #FF53F1;
}
.TagClassName
{
border-color: #FF53F1;
}
</style>