Shades of Pink Flamingo #FF48F9
Tints of Pink Flamingo #FF48F9
RGB
CMYK
RGB Variations
Color information
#FF48F9 (or 0xFF48F9) is known color: Pink Flamingo. HEX triplet: FF, 48 and F9. RGB value is (255,72,249). Sum of RGB (Red+Green+Blue) = 255+72+249=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 72 (28.52% from 255 or 12.5% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF48F9 is #00B706. Grayscale: #929292. Windows color (decimal): -46855 or 16337151. OLE color: 16337151.
HSL color Cylindrical-coordinate representation of color #FF48F9: hue angle of 301.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF48F9 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 249 | - |
| CMYK | 0 | 0.72 | 0.02 | 0 |
| HSL | 301.97º | 1% | 0.64% | - |
| HSV(B) | 301.97º | 0.72% | 1% | - |
| XYZ | 60.66 | 32.73 | 92.74 | - |
| YUV | 146.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 249 | 0 | 0.72 | 0.02 | 0 | 301.97 | 1 | 0.64 |
| Hex | FF | 48 | F9 | 0 | 48 | 2 | 0 | 12E | 64 | 40 |
| Octal | 377 | 110 | 371 | 0 | 110 | 2 | 0 | 456 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11111001 | 0 | 1001000 | 10 | 0 | 100101110 | 1100100 | 1000000 |
Color Harmonies of #FF48F9
Complementary color
Monochromatic Colors of #FF48F9
Black with #FF48F9
Text Example
Text Example
White with #FF48F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48F9; }
p { color: rgb(255,72,249); }
H1.HeaderClassName
{
color: #FF48F9;
}
.AnyTagClassName
{
color: #FF48F9;
}
</style>
background-color css
<style>
a { background-color: #FF48F9; }
a { background-color: rgb(255,72,249); }
div.DivClassName
{
background-color: #FF48F9;
}
.BgClassName
{
background-color: #FF48F9;
}
</style>
border-color css
<style>
span { border-color: #FF48F9; }
span { border-color: rgb(255,72,249); }
td.TdClassName
{
border-color: #FF48F9;
}
.TagClassName
{
border-color: #FF48F9;
}
</style>