Shades of Pink Flamingo #F063F2
Tints of Pink Flamingo #F063F2
RGB
CMYK
RGB Variations
Color information
#F063F2 (or 0xF063F2) is known color: Pink Flamingo. HEX triplet: F0, 63 and F2. RGB value is (240,99,242). Sum of RGB (Red+Green+Blue) = 240+99+242=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 99 (39.06% from 255 or 17.04% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #F063F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F063F2 is #0F9C0D. Grayscale: #9D9D9D. Windows color (decimal): -1022990 or 15885296. OLE color: 15885296.
HSL color Cylindrical-coordinate representation of color #F063F2: hue angle of 299.16º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F063F2 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 99 | 242 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.05 |
| HSL | 299.16º | 0.85% | 0.67% | - |
| HSV(B) | 299.16º | 0.59% | 0.95% | - |
| XYZ | 56.42 | 33.86 | 87.57 | - |
| YUV | 157.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 242 | 0.01 | 0.59 | 0 | 0.05 | 299.16 | 0.85 | 0.67 |
| Hex | F0 | 63 | F2 | 1 | 3B | 0 | 5 | 12B | 55 | 43 |
| Octal | 360 | 143 | 362 | 1 | 73 | 0 | 5 | 453 | 125 | 103 |
| Binary | 11110000 | 1100011 | 11110010 | 1 | 111011 | 0 | 101 | 100101011 | 1010101 | 1000011 |
Color Harmonies of #F063F2
Complementary color
Monochromatic Colors of #F063F2
Black with #F063F2
Text Example
Text Example
White with #F063F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063F2; }
p { color: rgb(240,99,242); }
H1.HeaderClassName
{
color: #F063F2;
}
.AnyTagClassName
{
color: #F063F2;
}
</style>
background-color css
<style>
a { background-color: #F063F2; }
a { background-color: rgb(240,99,242); }
div.DivClassName
{
background-color: #F063F2;
}
.BgClassName
{
background-color: #F063F2;
}
</style>
border-color css
<style>
span { border-color: #F063F2; }
span { border-color: rgb(240,99,242); }
td.TdClassName
{
border-color: #F063F2;
}
.TagClassName
{
border-color: #F063F2;
}
</style>