Shades of Pink Flamingo #FF60ED
Tints of Pink Flamingo #FF60ED
RGB
CMYK
RGB Variations
Color information
#FF60ED (or 0xFF60ED) is known color: Pink Flamingo. HEX triplet: FF, 60 and ED. RGB value is (255,96,237). Sum of RGB (Red+Green+Blue) = 255+96+237=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 96 (37.89% from 255 or 16.33% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60ED is #009F12. Grayscale: #9F9F9F. Windows color (decimal): -40723 or 15556863. OLE color: 15556863.
HSL color Cylindrical-coordinate representation of color #FF60ED: hue angle of 306.79º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60ED is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 237 | - |
| CMYK | 0 | 0.62 | 0.07 | 0 |
| HSL | 306.79º | 1% | 0.69% | - |
| HSV(B) | 306.79º | 0.62% | 1% | - |
| XYZ | 60.71 | 35.74 | 83.82 | - |
| YUV | 159.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 237 | 0 | 0.62 | 0.07 | 0 | 306.79 | 1 | 0.69 |
| Hex | FF | 60 | ED | 0 | 3E | 7 | 0 | 133 | 64 | 45 |
| Octal | 377 | 140 | 355 | 0 | 76 | 7 | 0 | 463 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11101101 | 0 | 111110 | 111 | 0 | 100110011 | 1100100 | 1000101 |
Color Harmonies of #FF60ED
Complementary color
Monochromatic Colors of #FF60ED
Black with #FF60ED
Text Example
Text Example
White with #FF60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60ED; }
p { color: rgb(255,96,237); }
H1.HeaderClassName
{
color: #FF60ED;
}
.AnyTagClassName
{
color: #FF60ED;
}
</style>
background-color css
<style>
a { background-color: #FF60ED; }
a { background-color: rgb(255,96,237); }
div.DivClassName
{
background-color: #FF60ED;
}
.BgClassName
{
background-color: #FF60ED;
}
</style>
border-color css
<style>
span { border-color: #FF60ED; }
span { border-color: rgb(255,96,237); }
td.TdClassName
{
border-color: #FF60ED;
}
.TagClassName
{
border-color: #FF60ED;
}
</style>