Shades of Pink Flamingo #F063F0
Tints of Pink Flamingo #F063F0
RGB
CMYK
RGB Variations
Color information
#F063F0 (or 0xF063F0) is known color: Pink Flamingo. HEX triplet: F0, 63 and F0. RGB value is (240,99,240). Sum of RGB (Red+Green+Blue) = 240+99+240=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 99 (39.06% from 255 or 17.10% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F063F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F063F0 is #0F9C0F. Grayscale: #9C9C9C. Windows color (decimal): -1022992 or 15754224. OLE color: 15754224.
HSL color Cylindrical-coordinate representation of color #F063F0: hue angle of 300º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F063F0 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 240 | - |
| CMYK | 0 | 0.59 | 0 | 0.06 |
| HSL | 300º | 0.82% | 0.66% | - |
| HSV(B) | 300º | 0.59% | 0.94% | - |
| XYZ | 56.13 | 33.74 | 85.99 | - |
| YUV | 157.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 240 | 0 | 0.59 | 0 | 0.06 | 300 | 0.82 | 0.66 |
| Hex | F0 | 63 | F0 | 0 | 3B | 0 | 6 | 12C | 52 | 42 |
| Octal | 360 | 143 | 360 | 0 | 73 | 0 | 6 | 454 | 122 | 102 |
| Binary | 11110000 | 1100011 | 11110000 | 0 | 111011 | 0 | 110 | 100101100 | 1010010 | 1000010 |
Color Harmonies of #F063F0
Complementary color
Monochromatic Colors of #F063F0
Black with #F063F0
Text Example
Text Example
White with #F063F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063F0; }
p { color: rgb(240,99,240); }
H1.HeaderClassName
{
color: #F063F0;
}
.AnyTagClassName
{
color: #F063F0;
}
</style>
background-color css
<style>
a { background-color: #F063F0; }
a { background-color: rgb(240,99,240); }
div.DivClassName
{
background-color: #F063F0;
}
.BgClassName
{
background-color: #F063F0;
}
</style>
border-color css
<style>
span { border-color: #F063F0; }
span { border-color: rgb(240,99,240); }
td.TdClassName
{
border-color: #F063F0;
}
.TagClassName
{
border-color: #F063F0;
}
</style>