Shades of Pink Flamingo #F95BFE
Tints of Pink Flamingo #F95BFE
RGB
CMYK
RGB Variations
Color information
#F95BFE (or 0xF95BFE) is known color: Pink Flamingo. HEX triplet: F9, 5B and FE. RGB value is (249,91,254). Sum of RGB (Red+Green+Blue) = 249+91+254=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 91 (35.94% from 255 or 15.32% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #F95BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95BFE is #06A401. Grayscale: #9C9C9C. Windows color (decimal): -435202 or 16669689. OLE color: 16669689.
HSL color Cylindrical-coordinate representation of color #F95BFE: hue angle of 298.16º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95BFE is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 91 | 254 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.00 |
| HSL | 298.16º | 0.99% | 0.68% | - |
| HSV(B) | 298.16º | 0.64% | 1% | - |
| XYZ | 60.7 | 34.78 | 97.28 | - |
| YUV | 156.82 | 182.85 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 91 | 254 | 0.02 | 0.64 | 0 | 0.00 | 298.16 | 0.99 | 0.68 |
| Hex | F9 | 5B | FE | 2 | 40 | 0 | 0 | 12A | 63 | 44 |
| Octal | 371 | 133 | 376 | 2 | 100 | 0 | 0 | 452 | 143 | 104 |
| Binary | 11111001 | 1011011 | 11111110 | 10 | 1000000 | 0 | 0 | 100101010 | 1100011 | 1000100 |
Color Harmonies of #F95BFE
Complementary color
Monochromatic Colors of #F95BFE
Black with #F95BFE
Text Example
Text Example
White with #F95BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95BFE; }
p { color: rgb(249,91,254); }
H1.HeaderClassName
{
color: #F95BFE;
}
.AnyTagClassName
{
color: #F95BFE;
}
</style>
background-color css
<style>
a { background-color: #F95BFE; }
a { background-color: rgb(249,91,254); }
div.DivClassName
{
background-color: #F95BFE;
}
.BgClassName
{
background-color: #F95BFE;
}
</style>
border-color css
<style>
span { border-color: #F95BFE; }
span { border-color: rgb(249,91,254); }
td.TdClassName
{
border-color: #F95BFE;
}
.TagClassName
{
border-color: #F95BFE;
}
</style>