Shades of Pink Flamingo #F15BFE
Tints of Pink Flamingo #F15BFE
RGB
CMYK
RGB Variations
Color information
#F15BFE (or 0xF15BFE) is known color: Pink Flamingo. HEX triplet: F1, 5B and FE. RGB value is (241,91,254). Sum of RGB (Red+Green+Blue) = 241+91+254=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 91 (35.94% from 255 or 15.53% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #F15BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15BFE is #0EA401. Grayscale: #999999. Windows color (decimal): -959490 or 16669681. OLE color: 16669681.
HSL color Cylindrical-coordinate representation of color #F15BFE: hue angle of 295.21º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F15BFE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 91 | 254 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.00 |
| HSL | 295.21º | 0.99% | 0.68% | - |
| HSV(B) | 295.21º | 0.64% | 1% | - |
| XYZ | 57.91 | 33.34 | 97.15 | - |
| YUV | 154.43 | 184.2 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 254 | 0.05 | 0.64 | 0 | 0.00 | 295.21 | 0.99 | 0.68 |
| Hex | F1 | 5B | FE | 5 | 40 | 0 | 0 | 127 | 63 | 44 |
| Octal | 361 | 133 | 376 | 5 | 100 | 0 | 0 | 447 | 143 | 104 |
| Binary | 11110001 | 1011011 | 11111110 | 101 | 1000000 | 0 | 0 | 100100111 | 1100011 | 1000100 |
Color Harmonies of #F15BFE
Complementary color
Monochromatic Colors of #F15BFE
Black with #F15BFE
Text Example
Text Example
White with #F15BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BFE; }
p { color: rgb(241,91,254); }
H1.HeaderClassName
{
color: #F15BFE;
}
.AnyTagClassName
{
color: #F15BFE;
}
</style>
background-color css
<style>
a { background-color: #F15BFE; }
a { background-color: rgb(241,91,254); }
div.DivClassName
{
background-color: #F15BFE;
}
.BgClassName
{
background-color: #F15BFE;
}
</style>
border-color css
<style>
span { border-color: #F15BFE; }
span { border-color: rgb(241,91,254); }
td.TdClassName
{
border-color: #F15BFE;
}
.TagClassName
{
border-color: #F15BFE;
}
</style>