Shades of Pink Flamingo #F060FE
Tints of Pink Flamingo #F060FE
RGB
CMYK
RGB Variations
Color information
#F060FE (or 0xF060FE) is known color: Pink Flamingo. HEX triplet: F0, 60 and FE. RGB value is (240,96,254). Sum of RGB (Red+Green+Blue) = 240+96+254=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 96 (37.89% from 255 or 16.27% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #F060FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F060FE is #0F9F01. Grayscale: #9C9C9C. Windows color (decimal): -1023746 or 16670960. OLE color: 16670960.
HSL color Cylindrical-coordinate representation of color #F060FE: hue angle of 294.68º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F060FE is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 96 | 254 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.00 |
| HSL | 294.68º | 0.99% | 0.69% | - |
| HSV(B) | 294.68º | 0.62% | 1% | - |
| XYZ | 58.01 | 34.05 | 97.28 | - |
| YUV | 157.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 254 | 0.06 | 0.62 | 0 | 0.00 | 294.68 | 0.99 | 0.69 |
| Hex | F0 | 60 | FE | 6 | 3E | 0 | 0 | 127 | 63 | 45 |
| Octal | 360 | 140 | 376 | 6 | 76 | 0 | 0 | 447 | 143 | 105 |
| Binary | 11110000 | 1100000 | 11111110 | 110 | 111110 | 0 | 0 | 100100111 | 1100011 | 1000101 |
Color Harmonies of #F060FE
Complementary color
Monochromatic Colors of #F060FE
Black with #F060FE
Text Example
Text Example
White with #F060FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F060FE; }
p { color: rgb(240,96,254); }
H1.HeaderClassName
{
color: #F060FE;
}
.AnyTagClassName
{
color: #F060FE;
}
</style>
background-color css
<style>
a { background-color: #F060FE; }
a { background-color: rgb(240,96,254); }
div.DivClassName
{
background-color: #F060FE;
}
.BgClassName
{
background-color: #F060FE;
}
</style>
border-color css
<style>
span { border-color: #F060FE; }
span { border-color: rgb(240,96,254); }
td.TdClassName
{
border-color: #F060FE;
}
.TagClassName
{
border-color: #F060FE;
}
</style>