Shades of Pink Flamingo #F15DF8
Tints of Pink Flamingo #F15DF8
RGB
CMYK
RGB Variations
Color information
#F15DF8 (or 0xF15DF8) is known color: Pink Flamingo. HEX triplet: F1, 5D and F8. RGB value is (241,93,248). Sum of RGB (Red+Green+Blue) = 241+93+248=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 93 (36.72% from 255 or 15.98% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #F15DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15DF8 is #0EA207. Grayscale: #9A9A9A. Windows color (decimal): -958984 or 16276977. OLE color: 16276977.
HSL color Cylindrical-coordinate representation of color #F15DF8: hue angle of 297.29º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15DF8 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 93 | 248 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.03 |
| HSL | 297.29º | 0.92% | 0.67% | - |
| HSV(B) | 297.29º | 0.63% | 0.97% | - |
| XYZ | 57.13 | 33.31 | 92.22 | - |
| YUV | 154.92 | 180.53 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 248 | 0.03 | 0.62 | 0 | 0.03 | 297.29 | 0.92 | 0.67 |
| Hex | F1 | 5D | F8 | 3 | 3E | 0 | 3 | 129 | 5C | 43 |
| Octal | 361 | 135 | 370 | 3 | 76 | 0 | 3 | 451 | 134 | 103 |
| Binary | 11110001 | 1011101 | 11111000 | 11 | 111110 | 0 | 11 | 100101001 | 1011100 | 1000011 |
Color Harmonies of #F15DF8
Complementary color
Monochromatic Colors of #F15DF8
Black with #F15DF8
Text Example
Text Example
White with #F15DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DF8; }
p { color: rgb(241,93,248); }
H1.HeaderClassName
{
color: #F15DF8;
}
.AnyTagClassName
{
color: #F15DF8;
}
</style>
background-color css
<style>
a { background-color: #F15DF8; }
a { background-color: rgb(241,93,248); }
div.DivClassName
{
background-color: #F15DF8;
}
.BgClassName
{
background-color: #F15DF8;
}
</style>
border-color css
<style>
span { border-color: #F15DF8; }
span { border-color: rgb(241,93,248); }
td.TdClassName
{
border-color: #F15DF8;
}
.TagClassName
{
border-color: #F15DF8;
}
</style>