Shades of Pink Flamingo #F061FF
Tints of Pink Flamingo #F061FF
RGB
CMYK
RGB Variations
Color information
#F061FF (or 0xF061FF) is known color: Pink Flamingo. HEX triplet: F0, 61 and FF. RGB value is (240,97,255). Sum of RGB (Red+Green+Blue) = 240+97+255=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 97 (38.28% from 255 or 16.39% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #F061FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F061FF is #0F9E00. Grayscale: #9D9D9D. Windows color (decimal): -1023489 or 16736752. OLE color: 16736752.
HSL color Cylindrical-coordinate representation of color #F061FF: hue angle of 294.3º 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 #F061FF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 97 | 255 | - |
| CMYK | 0.06 | 0.62 | 0 | 0 |
| HSL | 294.3º | 1% | 0.69% | - |
| HSV(B) | 294.3º | 0.62% | 1% | - |
| XYZ | 58.26 | 34.29 | 98.16 | - |
| YUV | 157.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 255 | 0.06 | 0.62 | 0 | 0 | 294.3 | 1 | 0.69 |
| Hex | F0 | 61 | FF | 6 | 3E | 0 | 0 | 126 | 64 | 45 |
| Octal | 360 | 141 | 377 | 6 | 76 | 0 | 0 | 446 | 144 | 105 |
| Binary | 11110000 | 1100001 | 11111111 | 110 | 111110 | 0 | 0 | 100100110 | 1100100 | 1000101 |
Color Harmonies of #F061FF
Complementary color
Monochromatic Colors of #F061FF
Black with #F061FF
Text Example
Text Example
White with #F061FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F061FF; }
p { color: rgb(240,97,255); }
H1.HeaderClassName
{
color: #F061FF;
}
.AnyTagClassName
{
color: #F061FF;
}
</style>
background-color css
<style>
a { background-color: #F061FF; }
a { background-color: rgb(240,97,255); }
div.DivClassName
{
background-color: #F061FF;
}
.BgClassName
{
background-color: #F061FF;
}
</style>
border-color css
<style>
span { border-color: #F061FF; }
span { border-color: rgb(240,97,255); }
td.TdClassName
{
border-color: #F061FF;
}
.TagClassName
{
border-color: #F061FF;
}
</style>