Shades of Pink Flamingo #F15DFE
Tints of Pink Flamingo #F15DFE
RGB
CMYK
RGB Variations
Color information
#F15DFE (or 0xF15DFE) is known color: Pink Flamingo. HEX triplet: F1, 5D and FE. RGB value is (241,93,254). Sum of RGB (Red+Green+Blue) = 241+93+254=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 93 (36.72% from 255 or 15.82% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #F15DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15DFE is #0EA201. Grayscale: #9B9B9B. Windows color (decimal): -958978 or 16670193. OLE color: 16670193.
HSL color Cylindrical-coordinate representation of color #F15DFE: hue angle of 295.16º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15DFE is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 93 | 254 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.00 |
| HSL | 295.16º | 0.99% | 0.68% | - |
| HSV(B) | 295.16º | 0.63% | 1% | - |
| XYZ | 58.08 | 33.69 | 97.21 | - |
| YUV | 155.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 254 | 0.05 | 0.63 | 0 | 0.00 | 295.16 | 0.99 | 0.68 |
| Hex | F1 | 5D | FE | 5 | 3F | 0 | 0 | 127 | 63 | 44 |
| Octal | 361 | 135 | 376 | 5 | 77 | 0 | 0 | 447 | 143 | 104 |
| Binary | 11110001 | 1011101 | 11111110 | 101 | 111111 | 0 | 0 | 100100111 | 1100011 | 1000100 |
Color Harmonies of #F15DFE
Complementary color
Monochromatic Colors of #F15DFE
Black with #F15DFE
Text Example
Text Example
White with #F15DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DFE; }
p { color: rgb(241,93,254); }
H1.HeaderClassName
{
color: #F15DFE;
}
.AnyTagClassName
{
color: #F15DFE;
}
</style>
background-color css
<style>
a { background-color: #F15DFE; }
a { background-color: rgb(241,93,254); }
div.DivClassName
{
background-color: #F15DFE;
}
.BgClassName
{
background-color: #F15DFE;
}
</style>
border-color css
<style>
span { border-color: #F15DFE; }
span { border-color: rgb(241,93,254); }
td.TdClassName
{
border-color: #F15DFE;
}
.TagClassName
{
border-color: #F15DFE;
}
</style>