Shades of Pink Flamingo #F15CFD
Tints of Pink Flamingo #F15CFD
RGB
CMYK
RGB Variations
Color information
#F15CFD (or 0xF15CFD) is known color: Pink Flamingo. HEX triplet: F1, 5C and FD. RGB value is (241,92,253). Sum of RGB (Red+Green+Blue) = 241+92+253=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 92 (36.33% from 255 or 15.70% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #F15CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15CFD is #0EA302. Grayscale: #9A9A9A. Windows color (decimal): -959235 or 16604401. OLE color: 16604401.
HSL color Cylindrical-coordinate representation of color #F15CFD: hue angle of 295.53º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F15CFD is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 92 | 253 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.01 |
| HSL | 295.53º | 0.98% | 0.68% | - |
| HSV(B) | 295.53º | 0.64% | 0.99% | - |
| XYZ | 57.83 | 33.45 | 96.34 | - |
| YUV | 154.91 | 183.36 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 253 | 0.05 | 0.64 | 0 | 0.01 | 295.53 | 0.98 | 0.68 |
| Hex | F1 | 5C | FD | 5 | 40 | 0 | 1 | 128 | 62 | 44 |
| Octal | 361 | 134 | 375 | 5 | 100 | 0 | 1 | 450 | 142 | 104 |
| Binary | 11110001 | 1011100 | 11111101 | 101 | 1000000 | 0 | 1 | 100101000 | 1100010 | 1000100 |
Color Harmonies of #F15CFD
Complementary color
Monochromatic Colors of #F15CFD
Black with #F15CFD
Text Example
Text Example
White with #F15CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15CFD; }
p { color: rgb(241,92,253); }
H1.HeaderClassName
{
color: #F15CFD;
}
.AnyTagClassName
{
color: #F15CFD;
}
</style>
background-color css
<style>
a { background-color: #F15CFD; }
a { background-color: rgb(241,92,253); }
div.DivClassName
{
background-color: #F15CFD;
}
.BgClassName
{
background-color: #F15CFD;
}
</style>
border-color css
<style>
span { border-color: #F15CFD; }
span { border-color: rgb(241,92,253); }
td.TdClassName
{
border-color: #F15CFD;
}
.TagClassName
{
border-color: #F15CFD;
}
</style>