Shades of Pink Flamingo #FF48ED
Tints of Pink Flamingo #FF48ED
RGB
CMYK
RGB Variations
Color information
#FF48ED (or 0xFF48ED) is known color: Pink Flamingo. HEX triplet: FF, 48 and ED. RGB value is (255,72,237). Sum of RGB (Red+Green+Blue) = 255+72+237=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 72 (28.52% from 255 or 12.77% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF48ED is #00B712. Grayscale: #919191. Windows color (decimal): -46867 or 15550719. OLE color: 15550719.
HSL color Cylindrical-coordinate representation of color #FF48ED: hue angle of 305.9º 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 #FF48ED is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 237 | - |
| CMYK | 0 | 0.72 | 0.07 | 0 |
| HSL | 305.9º | 1% | 0.64% | - |
| HSV(B) | 305.9º | 0.72% | 1% | - |
| XYZ | 58.84 | 32.01 | 83.2 | - |
| YUV | 145.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 237 | 0 | 0.72 | 0.07 | 0 | 305.9 | 1 | 0.64 |
| Hex | FF | 48 | ED | 0 | 48 | 7 | 0 | 132 | 64 | 40 |
| Octal | 377 | 110 | 355 | 0 | 110 | 7 | 0 | 462 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11101101 | 0 | 1001000 | 111 | 0 | 100110010 | 1100100 | 1000000 |
Color Harmonies of #FF48ED
Complementary color
Monochromatic Colors of #FF48ED
Black with #FF48ED
Text Example
Text Example
White with #FF48ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48ED; }
p { color: rgb(255,72,237); }
H1.HeaderClassName
{
color: #FF48ED;
}
.AnyTagClassName
{
color: #FF48ED;
}
</style>
background-color css
<style>
a { background-color: #FF48ED; }
a { background-color: rgb(255,72,237); }
div.DivClassName
{
background-color: #FF48ED;
}
.BgClassName
{
background-color: #FF48ED;
}
</style>
border-color css
<style>
span { border-color: #FF48ED; }
span { border-color: rgb(255,72,237); }
td.TdClassName
{
border-color: #FF48ED;
}
.TagClassName
{
border-color: #FF48ED;
}
</style>