Shades of Pink Flamingo #FF60F1
Tints of Pink Flamingo #FF60F1
RGB
CMYK
RGB Variations
Color information
#FF60F1 (or 0xFF60F1) is known color: Pink Flamingo. HEX triplet: FF, 60 and F1. RGB value is (255,96,241). Sum of RGB (Red+Green+Blue) = 255+96+241=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 96 (37.89% from 255 or 16.22% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60F1 is #009F0E. Grayscale: #9F9F9F. Windows color (decimal): -40719 or 15819007. OLE color: 15819007.
HSL color Cylindrical-coordinate representation of color #FF60F1: hue angle of 305.28º 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 #FF60F1 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 241 | - |
| CMYK | 0 | 0.62 | 0.05 | 0 |
| HSL | 305.28º | 1% | 0.69% | - |
| HSV(B) | 305.28º | 0.62% | 1% | - |
| XYZ | 61.3 | 35.98 | 86.93 | - |
| YUV | 160.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 241 | 0 | 0.62 | 0.05 | 0 | 305.28 | 1 | 0.69 |
| Hex | FF | 60 | F1 | 0 | 3E | 5 | 0 | 131 | 64 | 45 |
| Octal | 377 | 140 | 361 | 0 | 76 | 5 | 0 | 461 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11110001 | 0 | 111110 | 101 | 0 | 100110001 | 1100100 | 1000101 |
Color Harmonies of #FF60F1
Complementary color
Monochromatic Colors of #FF60F1
Black with #FF60F1
Text Example
Text Example
White with #FF60F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60F1; }
p { color: rgb(255,96,241); }
H1.HeaderClassName
{
color: #FF60F1;
}
.AnyTagClassName
{
color: #FF60F1;
}
</style>
background-color css
<style>
a { background-color: #FF60F1; }
a { background-color: rgb(255,96,241); }
div.DivClassName
{
background-color: #FF60F1;
}
.BgClassName
{
background-color: #FF60F1;
}
</style>
border-color css
<style>
span { border-color: #FF60F1; }
span { border-color: rgb(255,96,241); }
td.TdClassName
{
border-color: #FF60F1;
}
.TagClassName
{
border-color: #FF60F1;
}
</style>