Shades of Pink Flamingo #F05AF1
Tints of Pink Flamingo #F05AF1
RGB
CMYK
RGB Variations
Color information
#F05AF1 (or 0xF05AF1) is known color: Pink Flamingo. HEX triplet: F0, 5A and F1. RGB value is (240,90,241). Sum of RGB (Red+Green+Blue) = 240+90+241=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 90 (35.55% from 255 or 15.76% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #F05AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05AF1 is #0FA50E. Grayscale: #979797. Windows color (decimal): -1025295 or 15817456. OLE color: 15817456.
HSL color Cylindrical-coordinate representation of color #F05AF1: hue angle of 299.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05AF1 is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 90 | 241 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.05 |
| HSL | 299.6º | 0.84% | 0.65% | - |
| HSV(B) | 299.6º | 0.63% | 0.95% | - |
| XYZ | 55.47 | 32.19 | 86.51 | - |
| YUV | 152.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 241 | 0.00 | 0.63 | 0 | 0.05 | 299.6 | 0.84 | 0.65 |
| Hex | F0 | 5A | F1 | 0 | 3F | 0 | 5 | 12C | 54 | 41 |
| Octal | 360 | 132 | 361 | 0 | 77 | 0 | 5 | 454 | 124 | 101 |
| Binary | 11110000 | 1011010 | 11110001 | 0 | 111111 | 0 | 101 | 100101100 | 1010100 | 1000001 |
Color Harmonies of #F05AF1
Complementary color
Monochromatic Colors of #F05AF1
Black with #F05AF1
Text Example
Text Example
White with #F05AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05AF1; }
p { color: rgb(240,90,241); }
H1.HeaderClassName
{
color: #F05AF1;
}
.AnyTagClassName
{
color: #F05AF1;
}
</style>
background-color css
<style>
a { background-color: #F05AF1; }
a { background-color: rgb(240,90,241); }
div.DivClassName
{
background-color: #F05AF1;
}
.BgClassName
{
background-color: #F05AF1;
}
</style>
border-color css
<style>
span { border-color: #F05AF1; }
span { border-color: rgb(240,90,241); }
td.TdClassName
{
border-color: #F05AF1;
}
.TagClassName
{
border-color: #F05AF1;
}
</style>