Shades of Pink Flamingo #F063FE
Tints of Pink Flamingo #F063FE
RGB
CMYK
RGB Variations
Color information
#F063FE (or 0xF063FE) is known color: Pink Flamingo. HEX triplet: F0, 63 and FE. RGB value is (240,99,254). Sum of RGB (Red+Green+Blue) = 240+99+254=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 99 (39.06% from 255 or 16.69% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #F063FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F063FE is #0F9C01. Grayscale: #9E9E9E. Windows color (decimal): -1022978 or 16671728. OLE color: 16671728.
HSL color Cylindrical-coordinate representation of color #F063FE: hue angle of 294.58º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F063FE is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 99 | 254 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.00 |
| HSL | 294.58º | 0.99% | 0.69% | - |
| HSV(B) | 294.58º | 0.61% | 1% | - |
| XYZ | 58.29 | 34.6 | 97.37 | - |
| YUV | 158.83 | 181.71 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 254 | 0.06 | 0.61 | 0 | 0.00 | 294.58 | 0.99 | 0.69 |
| Hex | F0 | 63 | FE | 6 | 3D | 0 | 0 | 127 | 63 | 45 |
| Octal | 360 | 143 | 376 | 6 | 75 | 0 | 0 | 447 | 143 | 105 |
| Binary | 11110000 | 1100011 | 11111110 | 110 | 111101 | 0 | 0 | 100100111 | 1100011 | 1000101 |
Color Harmonies of #F063FE
Complementary color
Monochromatic Colors of #F063FE
Black with #F063FE
Text Example
Text Example
White with #F063FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063FE; }
p { color: rgb(240,99,254); }
H1.HeaderClassName
{
color: #F063FE;
}
.AnyTagClassName
{
color: #F063FE;
}
</style>
background-color css
<style>
a { background-color: #F063FE; }
a { background-color: rgb(240,99,254); }
div.DivClassName
{
background-color: #F063FE;
}
.BgClassName
{
background-color: #F063FE;
}
</style>
border-color css
<style>
span { border-color: #F063FE; }
span { border-color: rgb(240,99,254); }
td.TdClassName
{
border-color: #F063FE;
}
.TagClassName
{
border-color: #F063FE;
}
</style>