Shades of Pink Flamingo #FF48FA
Tints of Pink Flamingo #FF48FA
RGB
CMYK
RGB Variations
Color information
#FF48FA (or 0xFF48FA) is known color: Pink Flamingo. HEX triplet: FF, 48 and FA. RGB value is (255,72,250). Sum of RGB (Red+Green+Blue) = 255+72+250=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 72 (28.52% from 255 or 12.48% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF48FA is #00B705. Grayscale: #929292. Windows color (decimal): -46854 or 16402687. OLE color: 16402687.
HSL color Cylindrical-coordinate representation of color #FF48FA: hue angle of 301.64º 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 #FF48FA is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 250 | - |
| CMYK | 0 | 0.72 | 0.02 | 0 |
| HSL | 301.64º | 1% | 0.64% | - |
| HSV(B) | 301.64º | 0.72% | 1% | - |
| XYZ | 60.81 | 32.8 | 93.57 | - |
| YUV | 147.01 | 186.13 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 250 | 0 | 0.72 | 0.02 | 0 | 301.64 | 1 | 0.64 |
| Hex | FF | 48 | FA | 0 | 48 | 2 | 0 | 12E | 64 | 40 |
| Octal | 377 | 110 | 372 | 0 | 110 | 2 | 0 | 456 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11111010 | 0 | 1001000 | 10 | 0 | 100101110 | 1100100 | 1000000 |
Color Harmonies of #FF48FA
Complementary color
Monochromatic Colors of #FF48FA
Black with #FF48FA
Text Example
Text Example
White with #FF48FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48FA; }
p { color: rgb(255,72,250); }
H1.HeaderClassName
{
color: #FF48FA;
}
.AnyTagClassName
{
color: #FF48FA;
}
</style>
background-color css
<style>
a { background-color: #FF48FA; }
a { background-color: rgb(255,72,250); }
div.DivClassName
{
background-color: #FF48FA;
}
.BgClassName
{
background-color: #FF48FA;
}
</style>
border-color css
<style>
span { border-color: #FF48FA; }
span { border-color: rgb(255,72,250); }
td.TdClassName
{
border-color: #FF48FA;
}
.TagClassName
{
border-color: #FF48FA;
}
</style>