Shades of Pink Flamingo #F15FFD
Tints of Pink Flamingo #F15FFD
RGB
CMYK
RGB Variations
Color information
#F15FFD (or 0xF15FFD) is known color: Pink Flamingo. HEX triplet: F1, 5F and FD. RGB value is (241,95,253). Sum of RGB (Red+Green+Blue) = 241+95+253=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 95 (37.5% from 255 or 16.13% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #F15FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15FFD is #0EA002. Grayscale: #9C9C9C. Windows color (decimal): -958467 or 16605169. OLE color: 16605169.
HSL color Cylindrical-coordinate representation of color #F15FFD: hue angle of 295.44º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15FFD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 95 | 253 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.01 |
| HSL | 295.44º | 0.98% | 0.68% | - |
| HSV(B) | 295.44º | 0.62% | 0.99% | - |
| XYZ | 58.1 | 33.98 | 96.42 | - |
| YUV | 156.67 | 182.37 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 253 | 0.05 | 0.62 | 0 | 0.01 | 295.44 | 0.98 | 0.68 |
| Hex | F1 | 5F | FD | 5 | 3E | 0 | 1 | 127 | 62 | 44 |
| Octal | 361 | 137 | 375 | 5 | 76 | 0 | 1 | 447 | 142 | 104 |
| Binary | 11110001 | 1011111 | 11111101 | 101 | 111110 | 0 | 1 | 100100111 | 1100010 | 1000100 |
Color Harmonies of #F15FFD
Complementary color
Monochromatic Colors of #F15FFD
Black with #F15FFD
Text Example
Text Example
White with #F15FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15FFD; }
p { color: rgb(241,95,253); }
H1.HeaderClassName
{
color: #F15FFD;
}
.AnyTagClassName
{
color: #F15FFD;
}
</style>
background-color css
<style>
a { background-color: #F15FFD; }
a { background-color: rgb(241,95,253); }
div.DivClassName
{
background-color: #F15FFD;
}
.BgClassName
{
background-color: #F15FFD;
}
</style>
border-color css
<style>
span { border-color: #F15FFD; }
span { border-color: rgb(241,95,253); }
td.TdClassName
{
border-color: #F15FFD;
}
.TagClassName
{
border-color: #F15FFD;
}
</style>