Shades of Pink Flamingo #FF53F3
Tints of Pink Flamingo #FF53F3
RGB
CMYK
RGB Variations
Color information
#FF53F3 (or 0xFF53F3) is known color: Pink Flamingo. HEX triplet: FF, 53 and F3. RGB value is (255,83,243). Sum of RGB (Red+Green+Blue) = 255+83+243=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 83 (32.81% from 255 or 14.29% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF53F3 is #00AC0C. Grayscale: #989898. Windows color (decimal): -44045 or 15946751. OLE color: 15946751.
HSL color Cylindrical-coordinate representation of color #FF53F3: hue angle of 304.19º 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 #FF53F3 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 243 | - |
| CMYK | 0 | 0.67 | 0.05 | 0 |
| HSL | 304.19º | 1% | 0.66% | - |
| HSV(B) | 304.19º | 0.67% | 1% | - |
| XYZ | 60.51 | 33.92 | 88.15 | - |
| YUV | 152.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 243 | 0 | 0.67 | 0.05 | 0 | 304.19 | 1 | 0.66 |
| Hex | FF | 53 | F3 | 0 | 43 | 5 | 0 | 130 | 64 | 42 |
| Octal | 377 | 123 | 363 | 0 | 103 | 5 | 0 | 460 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11110011 | 0 | 1000011 | 101 | 0 | 100110000 | 1100100 | 1000010 |
Color Harmonies of #FF53F3
Complementary color
Monochromatic Colors of #FF53F3
Black with #FF53F3
Text Example
Text Example
White with #FF53F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53F3; }
p { color: rgb(255,83,243); }
H1.HeaderClassName
{
color: #FF53F3;
}
.AnyTagClassName
{
color: #FF53F3;
}
</style>
background-color css
<style>
a { background-color: #FF53F3; }
a { background-color: rgb(255,83,243); }
div.DivClassName
{
background-color: #FF53F3;
}
.BgClassName
{
background-color: #FF53F3;
}
</style>
border-color css
<style>
span { border-color: #FF53F3; }
span { border-color: rgb(255,83,243); }
td.TdClassName
{
border-color: #FF53F3;
}
.TagClassName
{
border-color: #FF53F3;
}
</style>