Shades of Pink Flamingo #FF60F0
Tints of Pink Flamingo #FF60F0
RGB
CMYK
RGB Variations
Color information
#FF60F0 (or 0xFF60F0) is known color: Pink Flamingo. HEX triplet: FF, 60 and F0. RGB value is (255,96,240). Sum of RGB (Red+Green+Blue) = 255+96+240=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 96 (37.89% from 255 or 16.24% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60F0 is #009F0F. Grayscale: #9F9F9F. Windows color (decimal): -40720 or 15753471. OLE color: 15753471.
HSL color Cylindrical-coordinate representation of color #FF60F0: hue angle of 305.66º 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 #FF60F0 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 240 | - |
| CMYK | 0 | 0.62 | 0.06 | 0 |
| HSL | 305.66º | 1% | 0.69% | - |
| HSV(B) | 305.66º | 0.62% | 1% | - |
| XYZ | 61.15 | 35.92 | 86.15 | - |
| YUV | 159.96 | 173.18 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 240 | 0 | 0.62 | 0.06 | 0 | 305.66 | 1 | 0.69 |
| Hex | FF | 60 | F0 | 0 | 3E | 6 | 0 | 132 | 64 | 45 |
| Octal | 377 | 140 | 360 | 0 | 76 | 6 | 0 | 462 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11110000 | 0 | 111110 | 110 | 0 | 100110010 | 1100100 | 1000101 |
Color Harmonies of #FF60F0
Complementary color
Monochromatic Colors of #FF60F0
Black with #FF60F0
Text Example
Text Example
White with #FF60F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60F0; }
p { color: rgb(255,96,240); }
H1.HeaderClassName
{
color: #FF60F0;
}
.AnyTagClassName
{
color: #FF60F0;
}
</style>
background-color css
<style>
a { background-color: #FF60F0; }
a { background-color: rgb(255,96,240); }
div.DivClassName
{
background-color: #FF60F0;
}
.BgClassName
{
background-color: #FF60F0;
}
</style>
border-color css
<style>
span { border-color: #FF60F0; }
span { border-color: rgb(255,96,240); }
td.TdClassName
{
border-color: #FF60F0;
}
.TagClassName
{
border-color: #FF60F0;
}
</style>