Shades of Pink Flamingo #F95DE8
Tints of Pink Flamingo #F95DE8
RGB
CMYK
RGB Variations
Color information
#F95DE8 (or 0xF95DE8) is known color: Pink Flamingo. HEX triplet: F9, 5D and E8. RGB value is (249,93,232). Sum of RGB (Red+Green+Blue) = 249+93+232=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 93 (36.72% from 255 or 16.20% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95DE8 is #06A217. Grayscale: #9B9B9B. Windows color (decimal): -434712 or 15228409. OLE color: 15228409.
HSL color Cylindrical-coordinate representation of color #F95DE8: hue angle of 306.54º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95DE8 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 232 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.02 |
| HSL | 306.54º | 0.93% | 0.67% | - |
| HSV(B) | 306.54º | 0.63% | 0.98% | - |
| XYZ | 57.55 | 33.79 | 79.83 | - |
| YUV | 155.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 232 | 0 | 0.63 | 0.07 | 0.02 | 306.54 | 0.93 | 0.67 |
| Hex | F9 | 5D | E8 | 0 | 3F | 7 | 2 | 133 | 5D | 43 |
| Octal | 371 | 135 | 350 | 0 | 77 | 7 | 2 | 463 | 135 | 103 |
| Binary | 11111001 | 1011101 | 11101000 | 0 | 111111 | 111 | 10 | 100110011 | 1011101 | 1000011 |
Color Harmonies of #F95DE8
Complementary color
Monochromatic Colors of #F95DE8
Black with #F95DE8
Text Example
Text Example
White with #F95DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95DE8; }
p { color: rgb(249,93,232); }
H1.HeaderClassName
{
color: #F95DE8;
}
.AnyTagClassName
{
color: #F95DE8;
}
</style>
background-color css
<style>
a { background-color: #F95DE8; }
a { background-color: rgb(249,93,232); }
div.DivClassName
{
background-color: #F95DE8;
}
.BgClassName
{
background-color: #F95DE8;
}
</style>
border-color css
<style>
span { border-color: #F95DE8; }
span { border-color: rgb(249,93,232); }
td.TdClassName
{
border-color: #F95DE8;
}
.TagClassName
{
border-color: #F95DE8;
}
</style>