Shades of Pink Flamingo #F15DF0
Tints of Pink Flamingo #F15DF0
RGB
CMYK
RGB Variations
Color information
#F15DF0 (or 0xF15DF0) is known color: Pink Flamingo. HEX triplet: F1, 5D and F0. RGB value is (241,93,240). Sum of RGB (Red+Green+Blue) = 241+93+240=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 93 (36.72% from 255 or 16.20% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15DF0 is #0EA20F. Grayscale: #999999. Windows color (decimal): -958992 or 15752689. OLE color: 15752689.
HSL color Cylindrical-coordinate representation of color #F15DF0: hue angle of 300.41º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15DF0 is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 240 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.05 |
| HSL | 300.41º | 0.84% | 0.65% | - |
| HSV(B) | 300.41º | 0.61% | 0.95% | - |
| XYZ | 55.92 | 32.82 | 85.83 | - |
| YUV | 154.01 | 176.53 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 240 | 0 | 0.61 | 0.00 | 0.05 | 300.41 | 0.84 | 0.65 |
| Hex | F1 | 5D | F0 | 0 | 3D | 0 | 5 | 12C | 54 | 41 |
| Octal | 361 | 135 | 360 | 0 | 75 | 0 | 5 | 454 | 124 | 101 |
| Binary | 11110001 | 1011101 | 11110000 | 0 | 111101 | 0 | 101 | 100101100 | 1010100 | 1000001 |
Color Harmonies of #F15DF0
Complementary color
Monochromatic Colors of #F15DF0
Black with #F15DF0
Text Example
Text Example
White with #F15DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DF0; }
p { color: rgb(241,93,240); }
H1.HeaderClassName
{
color: #F15DF0;
}
.AnyTagClassName
{
color: #F15DF0;
}
</style>
background-color css
<style>
a { background-color: #F15DF0; }
a { background-color: rgb(241,93,240); }
div.DivClassName
{
background-color: #F15DF0;
}
.BgClassName
{
background-color: #F15DF0;
}
</style>
border-color css
<style>
span { border-color: #F15DF0; }
span { border-color: rgb(241,93,240); }
td.TdClassName
{
border-color: #F15DF0;
}
.TagClassName
{
border-color: #F15DF0;
}
</style>