Shades of Pink Flamingo #F95EFF
Tints of Pink Flamingo #F95EFF
RGB
CMYK
RGB Variations
Color information
#F95EFF (or 0xF95EFF) is known color: Pink Flamingo. HEX triplet: F9, 5E and FF. RGB value is (249,94,255). Sum of RGB (Red+Green+Blue) = 249+94+255=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 94 (37.11% from 255 or 15.72% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #F95EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95EFF is #06A100. Grayscale: #9E9E9E. Windows color (decimal): -434433 or 16735993. OLE color: 16735993.
HSL color Cylindrical-coordinate representation of color #F95EFF: hue angle of 297.76º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95EFF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 94 | 255 | - |
| CMYK | 0.02 | 0.63 | 0 | 0 |
| HSL | 297.76º | 1% | 0.68% | - |
| HSV(B) | 297.76º | 0.63% | 1% | - |
| XYZ | 61.12 | 35.37 | 98.21 | - |
| YUV | 158.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 94 | 255 | 0.02 | 0.63 | 0 | 0 | 297.76 | 1 | 0.68 |
| Hex | F9 | 5E | FF | 2 | 3F | 0 | 0 | 12A | 64 | 44 |
| Octal | 371 | 136 | 377 | 2 | 77 | 0 | 0 | 452 | 144 | 104 |
| Binary | 11111001 | 1011110 | 11111111 | 10 | 111111 | 0 | 0 | 100101010 | 1100100 | 1000100 |
Color Harmonies of #F95EFF
Complementary color
Monochromatic Colors of #F95EFF
Black with #F95EFF
Text Example
Text Example
White with #F95EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95EFF; }
p { color: rgb(249,94,255); }
H1.HeaderClassName
{
color: #F95EFF;
}
.AnyTagClassName
{
color: #F95EFF;
}
</style>
background-color css
<style>
a { background-color: #F95EFF; }
a { background-color: rgb(249,94,255); }
div.DivClassName
{
background-color: #F95EFF;
}
.BgClassName
{
background-color: #F95EFF;
}
</style>
border-color css
<style>
span { border-color: #F95EFF; }
span { border-color: rgb(249,94,255); }
td.TdClassName
{
border-color: #F95EFF;
}
.TagClassName
{
border-color: #F95EFF;
}
</style>