Shades of Pink Flamingo #FF48EB
Tints of Pink Flamingo #FF48EB
RGB
CMYK
RGB Variations
Color information
#FF48EB (or 0xFF48EB) is known color: Pink Flamingo. HEX triplet: FF, 48 and EB. RGB value is (255,72,235). Sum of RGB (Red+Green+Blue) = 255+72+235=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 72 (28.52% from 255 or 12.81% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF48EB is #00B714. Grayscale: #909090. Windows color (decimal): -46869 or 15419647. OLE color: 15419647.
HSL color Cylindrical-coordinate representation of color #FF48EB: hue angle of 306.56º 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 #FF48EB is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 235 | - |
| CMYK | 0 | 0.72 | 0.08 | 0 |
| HSL | 306.56º | 1% | 0.64% | - |
| HSV(B) | 306.56º | 0.72% | 1% | - |
| XYZ | 58.55 | 31.89 | 81.67 | - |
| YUV | 145.3 | 178.63 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 235 | 0 | 0.72 | 0.08 | 0 | 306.56 | 1 | 0.64 |
| Hex | FF | 48 | EB | 0 | 48 | 8 | 0 | 133 | 64 | 40 |
| Octal | 377 | 110 | 353 | 0 | 110 | 10 | 0 | 463 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11101011 | 0 | 1001000 | 1000 | 0 | 100110011 | 1100100 | 1000000 |
Color Harmonies of #FF48EB
Complementary color
Monochromatic Colors of #FF48EB
Black with #FF48EB
Text Example
Text Example
White with #FF48EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48EB; }
p { color: rgb(255,72,235); }
H1.HeaderClassName
{
color: #FF48EB;
}
.AnyTagClassName
{
color: #FF48EB;
}
</style>
background-color css
<style>
a { background-color: #FF48EB; }
a { background-color: rgb(255,72,235); }
div.DivClassName
{
background-color: #FF48EB;
}
.BgClassName
{
background-color: #FF48EB;
}
</style>
border-color css
<style>
span { border-color: #FF48EB; }
span { border-color: rgb(255,72,235); }
td.TdClassName
{
border-color: #FF48EB;
}
.TagClassName
{
border-color: #FF48EB;
}
</style>