Shades of Pink Flamingo #F15DFF
Tints of Pink Flamingo #F15DFF
RGB
CMYK
RGB Variations
Color information
#F15DFF (or 0xF15DFF) is known color: Pink Flamingo. HEX triplet: F1, 5D and FF. RGB value is (241,93,255). Sum of RGB (Red+Green+Blue) = 241+93+255=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 93 (36.72% from 255 or 15.79% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #F15DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15DFF is #0EA200. Grayscale: #9B9B9B. Windows color (decimal): -958977 or 16735729. OLE color: 16735729.
HSL color Cylindrical-coordinate representation of color #F15DFF: hue angle of 294.81º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F15DFF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 93 | 255 | - |
| CMYK | 0.05 | 0.64 | 0 | 0 |
| HSL | 294.81º | 1% | 0.68% | - |
| HSV(B) | 294.81º | 0.64% | 1% | - |
| XYZ | 58.24 | 33.75 | 98.05 | - |
| YUV | 155.72 | 184.03 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 255 | 0.05 | 0.64 | 0 | 0 | 294.81 | 1 | 0.68 |
| Hex | F1 | 5D | FF | 5 | 40 | 0 | 0 | 127 | 64 | 44 |
| Octal | 361 | 135 | 377 | 5 | 100 | 0 | 0 | 447 | 144 | 104 |
| Binary | 11110001 | 1011101 | 11111111 | 101 | 1000000 | 0 | 0 | 100100111 | 1100100 | 1000100 |
Color Harmonies of #F15DFF
Complementary color
Monochromatic Colors of #F15DFF
Black with #F15DFF
Text Example
Text Example
White with #F15DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DFF; }
p { color: rgb(241,93,255); }
H1.HeaderClassName
{
color: #F15DFF;
}
.AnyTagClassName
{
color: #F15DFF;
}
</style>
background-color css
<style>
a { background-color: #F15DFF; }
a { background-color: rgb(241,93,255); }
div.DivClassName
{
background-color: #F15DFF;
}
.BgClassName
{
background-color: #F15DFF;
}
</style>
border-color css
<style>
span { border-color: #F15DFF; }
span { border-color: rgb(241,93,255); }
td.TdClassName
{
border-color: #F15DFF;
}
.TagClassName
{
border-color: #F15DFF;
}
</style>