Shades of Pink Flamingo #F05AF6
Tints of Pink Flamingo #F05AF6
RGB
CMYK
RGB Variations
Color information
#F05AF6 (or 0xF05AF6) is known color: Pink Flamingo. HEX triplet: F0, 5A and F6. RGB value is (240,90,246). Sum of RGB (Red+Green+Blue) = 240+90+246=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 90 (35.55% from 255 or 15.62% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #F05AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05AF6 is #0FA509. Grayscale: #989898. Windows color (decimal): -1025290 or 16145136. OLE color: 16145136.
HSL color Cylindrical-coordinate representation of color #F05AF6: hue angle of 297.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05AF6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 90 | 246 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.04 |
| HSL | 297.69º | 0.9% | 0.66% | - |
| HSV(B) | 297.69º | 0.63% | 0.96% | - |
| XYZ | 56.23 | 32.49 | 90.5 | - |
| YUV | 152.63 | 180.7 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 246 | 0.02 | 0.63 | 0 | 0.04 | 297.69 | 0.9 | 0.66 |
| Hex | F0 | 5A | F6 | 2 | 3F | 0 | 4 | 12A | 5A | 42 |
| Octal | 360 | 132 | 366 | 2 | 77 | 0 | 4 | 452 | 132 | 102 |
| Binary | 11110000 | 1011010 | 11110110 | 10 | 111111 | 0 | 100 | 100101010 | 1011010 | 1000010 |
Color Harmonies of #F05AF6
Complementary color
Monochromatic Colors of #F05AF6
Black with #F05AF6
Text Example
Text Example
White with #F05AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05AF6; }
p { color: rgb(240,90,246); }
H1.HeaderClassName
{
color: #F05AF6;
}
.AnyTagClassName
{
color: #F05AF6;
}
</style>
background-color css
<style>
a { background-color: #F05AF6; }
a { background-color: rgb(240,90,246); }
div.DivClassName
{
background-color: #F05AF6;
}
.BgClassName
{
background-color: #F05AF6;
}
</style>
border-color css
<style>
span { border-color: #F05AF6; }
span { border-color: rgb(240,90,246); }
td.TdClassName
{
border-color: #F05AF6;
}
.TagClassName
{
border-color: #F05AF6;
}
</style>