Shades of Pink Flamingo #FF60E5
Tints of Pink Flamingo #FF60E5
RGB
CMYK
RGB Variations
Color information
#FF60E5 (or 0xFF60E5) is known color: Pink Flamingo. HEX triplet: FF, 60 and E5. RGB value is (255,96,229). Sum of RGB (Red+Green+Blue) = 255+96+229=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 96 (37.89% from 255 or 16.55% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60E5 is #009F1A. Grayscale: #9E9E9E. Windows color (decimal): -40731 or 15032575. OLE color: 15032575.
HSL color Cylindrical-coordinate representation of color #FF60E5: hue angle of 309.81º 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 #FF60E5 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 229 | - |
| CMYK | 0 | 0.62 | 0.10 | 0 |
| HSL | 309.81º | 1% | 0.69% | - |
| HSV(B) | 309.81º | 0.62% | 1% | - |
| XYZ | 59.57 | 35.28 | 77.8 | - |
| YUV | 158.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 229 | 0 | 0.62 | 0.10 | 0 | 309.81 | 1 | 0.69 |
| Hex | FF | 60 | E5 | 0 | 3E | A | 0 | 136 | 64 | 45 |
| Octal | 377 | 140 | 345 | 0 | 76 | 12 | 0 | 466 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11100101 | 0 | 111110 | 1010 | 0 | 100110110 | 1100100 | 1000101 |
Color Harmonies of #FF60E5
Complementary color
Monochromatic Colors of #FF60E5
Black with #FF60E5
Text Example
Text Example
White with #FF60E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60E5; }
p { color: rgb(255,96,229); }
H1.HeaderClassName
{
color: #FF60E5;
}
.AnyTagClassName
{
color: #FF60E5;
}
</style>
background-color css
<style>
a { background-color: #FF60E5; }
a { background-color: rgb(255,96,229); }
div.DivClassName
{
background-color: #FF60E5;
}
.BgClassName
{
background-color: #FF60E5;
}
</style>
border-color css
<style>
span { border-color: #FF60E5; }
span { border-color: rgb(255,96,229); }
td.TdClassName
{
border-color: #FF60E5;
}
.TagClassName
{
border-color: #FF60E5;
}
</style>