Shades of Pink Flamingo #F15AFF
Tints of Pink Flamingo #F15AFF
RGB
CMYK
RGB Variations
Color information
#F15AFF (or 0xF15AFF) is known color: Pink Flamingo. HEX triplet: F1, 5A and FF. RGB value is (241,90,255). Sum of RGB (Red+Green+Blue) = 241+90+255=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 90 (35.55% from 255 or 15.36% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #F15AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15AFF is #0EA500. Grayscale: #999999. Windows color (decimal): -959745 or 16734961. OLE color: 16734961.
HSL color Cylindrical-coordinate representation of color #F15AFF: hue angle of 294.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F15AFF is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 90 | 255 | - |
| CMYK | 0.05 | 0.65 | 0 | 0 |
| HSL | 294.91º | 1% | 0.68% | - |
| HSV(B) | 294.91º | 0.65% | 1% | - |
| XYZ | 57.98 | 33.23 | 97.97 | - |
| YUV | 153.96 | 185.03 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 255 | 0.05 | 0.65 | 0 | 0 | 294.91 | 1 | 0.68 |
| Hex | F1 | 5A | FF | 5 | 41 | 0 | 0 | 127 | 64 | 44 |
| Octal | 361 | 132 | 377 | 5 | 101 | 0 | 0 | 447 | 144 | 104 |
| Binary | 11110001 | 1011010 | 11111111 | 101 | 1000001 | 0 | 0 | 100100111 | 1100100 | 1000100 |
Color Harmonies of #F15AFF
Complementary color
Monochromatic Colors of #F15AFF
Black with #F15AFF
Text Example
Text Example
White with #F15AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15AFF; }
p { color: rgb(241,90,255); }
H1.HeaderClassName
{
color: #F15AFF;
}
.AnyTagClassName
{
color: #F15AFF;
}
</style>
background-color css
<style>
a { background-color: #F15AFF; }
a { background-color: rgb(241,90,255); }
div.DivClassName
{
background-color: #F15AFF;
}
.BgClassName
{
background-color: #F15AFF;
}
</style>
border-color css
<style>
span { border-color: #F15AFF; }
span { border-color: rgb(241,90,255); }
td.TdClassName
{
border-color: #F15AFF;
}
.TagClassName
{
border-color: #F15AFF;
}
</style>