Shades of Pink Flamingo #FF45ED
Tints of Pink Flamingo #FF45ED
RGB
CMYK
RGB Variations
Color information
#FF45ED (or 0xFF45ED) is known color: Pink Flamingo. HEX triplet: FF, 45 and ED. RGB value is (255,69,237). Sum of RGB (Red+Green+Blue) = 255+69+237=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 69 (27.34% from 255 or 12.30% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF45ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF45ED is #00BA12. Grayscale: #8F8F8F. Windows color (decimal): -47635 or 15549951. OLE color: 15549951.
HSL color Cylindrical-coordinate representation of color #FF45ED: hue angle of 305.81º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF45ED is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 237 | - |
| CMYK | 0 | 0.73 | 0.07 | 0 |
| HSL | 305.81º | 1% | 0.64% | - |
| HSV(B) | 305.81º | 0.73% | 1% | - |
| XYZ | 58.65 | 31.63 | 83.13 | - |
| YUV | 143.77 | 180.62 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 237 | 0 | 0.73 | 0.07 | 0 | 305.81 | 1 | 0.64 |
| Hex | FF | 45 | ED | 0 | 49 | 7 | 0 | 132 | 64 | 40 |
| Octal | 377 | 105 | 355 | 0 | 111 | 7 | 0 | 462 | 144 | 100 |
| Binary | 11111111 | 1000101 | 11101101 | 0 | 1001001 | 111 | 0 | 100110010 | 1100100 | 1000000 |
Color Harmonies of #FF45ED
Complementary color
Monochromatic Colors of #FF45ED
Black with #FF45ED
Text Example
Text Example
White with #FF45ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF45ED; }
p { color: rgb(255,69,237); }
H1.HeaderClassName
{
color: #FF45ED;
}
.AnyTagClassName
{
color: #FF45ED;
}
</style>
background-color css
<style>
a { background-color: #FF45ED; }
a { background-color: rgb(255,69,237); }
div.DivClassName
{
background-color: #FF45ED;
}
.BgClassName
{
background-color: #FF45ED;
}
</style>
border-color css
<style>
span { border-color: #FF45ED; }
span { border-color: rgb(255,69,237); }
td.TdClassName
{
border-color: #FF45ED;
}
.TagClassName
{
border-color: #FF45ED;
}
</style>