Shades of Pink Flamingo #F05AFE
Tints of Pink Flamingo #F05AFE
RGB
CMYK
RGB Variations
Color information
#F05AFE (or 0xF05AFE) is known color: Pink Flamingo. HEX triplet: F0, 5A and FE. RGB value is (240,90,254). Sum of RGB (Red+Green+Blue) = 240+90+254=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 90 (35.55% from 255 or 15.41% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #F05AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05AFE is #0FA501. Grayscale: #999999. Windows color (decimal): -1025282 or 16669424. OLE color: 16669424.
HSL color Cylindrical-coordinate representation of color #F05AFE: hue angle of 294.88º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05AFE is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 90 | 254 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.00 |
| HSL | 294.88º | 0.99% | 0.67% | - |
| HSV(B) | 294.88º | 0.65% | 1% | - |
| XYZ | 57.48 | 32.99 | 97.1 | - |
| YUV | 153.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 254 | 0.06 | 0.65 | 0 | 0.00 | 294.88 | 0.99 | 0.67 |
| Hex | F0 | 5A | FE | 6 | 41 | 0 | 0 | 127 | 63 | 43 |
| Octal | 360 | 132 | 376 | 6 | 101 | 0 | 0 | 447 | 143 | 103 |
| Binary | 11110000 | 1011010 | 11111110 | 110 | 1000001 | 0 | 0 | 100100111 | 1100011 | 1000011 |
Color Harmonies of #F05AFE
Complementary color
Monochromatic Colors of #F05AFE
Black with #F05AFE
Text Example
Text Example
White with #F05AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05AFE; }
p { color: rgb(240,90,254); }
H1.HeaderClassName
{
color: #F05AFE;
}
.AnyTagClassName
{
color: #F05AFE;
}
</style>
background-color css
<style>
a { background-color: #F05AFE; }
a { background-color: rgb(240,90,254); }
div.DivClassName
{
background-color: #F05AFE;
}
.BgClassName
{
background-color: #F05AFE;
}
</style>
border-color css
<style>
span { border-color: #F05AFE; }
span { border-color: rgb(240,90,254); }
td.TdClassName
{
border-color: #F05AFE;
}
.TagClassName
{
border-color: #F05AFE;
}
</style>