Shades of Pink Flamingo #F95CFE
Tints of Pink Flamingo #F95CFE
RGB
CMYK
RGB Variations
Color information
#F95CFE (or 0xF95CFE) is known color: Pink Flamingo. HEX triplet: F9, 5C and FE. RGB value is (249,92,254). Sum of RGB (Red+Green+Blue) = 249+92+254=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 92 (36.33% from 255 or 15.46% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #F95CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95CFE is #06A301. Grayscale: #9C9C9C. Windows color (decimal): -434946 or 16669945. OLE color: 16669945.
HSL color Cylindrical-coordinate representation of color #F95CFE: hue angle of 298.15º 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 #F95CFE is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 92 | 254 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.00 |
| HSL | 298.15º | 0.99% | 0.68% | - |
| HSV(B) | 298.15º | 0.64% | 1% | - |
| XYZ | 60.78 | 34.95 | 97.31 | - |
| YUV | 157.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 92 | 254 | 0.02 | 0.64 | 0 | 0.00 | 298.15 | 0.99 | 0.68 |
| Hex | F9 | 5C | FE | 2 | 40 | 0 | 0 | 12A | 63 | 44 |
| Octal | 371 | 134 | 376 | 2 | 100 | 0 | 0 | 452 | 143 | 104 |
| Binary | 11111001 | 1011100 | 11111110 | 10 | 1000000 | 0 | 0 | 100101010 | 1100011 | 1000100 |
Color Harmonies of #F95CFE
Complementary color
Monochromatic Colors of #F95CFE
Black with #F95CFE
Text Example
Text Example
White with #F95CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95CFE; }
p { color: rgb(249,92,254); }
H1.HeaderClassName
{
color: #F95CFE;
}
.AnyTagClassName
{
color: #F95CFE;
}
</style>
background-color css
<style>
a { background-color: #F95CFE; }
a { background-color: rgb(249,92,254); }
div.DivClassName
{
background-color: #F95CFE;
}
.BgClassName
{
background-color: #F95CFE;
}
</style>
border-color css
<style>
span { border-color: #F95CFE; }
span { border-color: rgb(249,92,254); }
td.TdClassName
{
border-color: #F95CFE;
}
.TagClassName
{
border-color: #F95CFE;
}
</style>