Shades of Pink Flamingo #F95CFF
Tints of Pink Flamingo #F95CFF
RGB
CMYK
RGB Variations
Color information
#F95CFF (or 0xF95CFF) is known color: Pink Flamingo. HEX triplet: F9, 5C and FF. RGB value is (249,92,255). Sum of RGB (Red+Green+Blue) = 249+92+255=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 92 (36.33% from 255 or 15.44% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #F95CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95CFF is #06A300. Grayscale: #9D9D9D. Windows color (decimal): -434945 or 16735481. OLE color: 16735481.
HSL color Cylindrical-coordinate representation of color #F95CFF: hue angle of 297.79º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95CFF is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 92 | 255 | - |
| CMYK | 0.02 | 0.64 | 0 | 0 |
| HSL | 297.79º | 1% | 0.68% | - |
| HSV(B) | 297.79º | 0.64% | 1% | - |
| XYZ | 60.94 | 35.01 | 98.15 | - |
| YUV | 157.53 | 183.01 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 92 | 255 | 0.02 | 0.64 | 0 | 0 | 297.79 | 1 | 0.68 |
| Hex | F9 | 5C | FF | 2 | 40 | 0 | 0 | 12A | 64 | 44 |
| Octal | 371 | 134 | 377 | 2 | 100 | 0 | 0 | 452 | 144 | 104 |
| Binary | 11111001 | 1011100 | 11111111 | 10 | 1000000 | 0 | 0 | 100101010 | 1100100 | 1000100 |
Color Harmonies of #F95CFF
Complementary color
Monochromatic Colors of #F95CFF
Black with #F95CFF
Text Example
Text Example
White with #F95CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95CFF; }
p { color: rgb(249,92,255); }
H1.HeaderClassName
{
color: #F95CFF;
}
.AnyTagClassName
{
color: #F95CFF;
}
</style>
background-color css
<style>
a { background-color: #F95CFF; }
a { background-color: rgb(249,92,255); }
div.DivClassName
{
background-color: #F95CFF;
}
.BgClassName
{
background-color: #F95CFF;
}
</style>
border-color css
<style>
span { border-color: #F95CFF; }
span { border-color: rgb(249,92,255); }
td.TdClassName
{
border-color: #F95CFF;
}
.TagClassName
{
border-color: #F95CFF;
}
</style>