Shades of Pink Flamingo #F950FF
Tints of Pink Flamingo #F950FF
RGB
CMYK
RGB Variations
Color information
#F950FF (or 0xF950FF) is known color: Pink Flamingo. HEX triplet: F9, 50 and FF. RGB value is (249,80,255). Sum of RGB (Red+Green+Blue) = 249+80+255=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 80 (31.64% from 255 or 13.70% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #F950FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F950FF is #06AF00. Grayscale: #959595. Windows color (decimal): -438017 or 16732409. OLE color: 16732409.
HSL color Cylindrical-coordinate representation of color #F950FF: hue angle of 297.94º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F950FF is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 80 | 255 | - |
| CMYK | 0.02 | 0.69 | 0 | 0 |
| HSL | 297.94º | 1% | 0.66% | - |
| HSV(B) | 297.94º | 0.69% | 1% | - |
| XYZ | 59.99 | 33.1 | 97.83 | - |
| YUV | 150.48 | 186.99 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 255 | 0.02 | 0.69 | 0 | 0 | 297.94 | 1 | 0.66 |
| Hex | F9 | 50 | FF | 2 | 45 | 0 | 0 | 12A | 64 | 42 |
| Octal | 371 | 120 | 377 | 2 | 105 | 0 | 0 | 452 | 144 | 102 |
| Binary | 11111001 | 1010000 | 11111111 | 10 | 1000101 | 0 | 0 | 100101010 | 1100100 | 1000010 |
Color Harmonies of #F950FF
Complementary color
Monochromatic Colors of #F950FF
Black with #F950FF
Text Example
Text Example
White with #F950FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F950FF; }
p { color: rgb(249,80,255); }
H1.HeaderClassName
{
color: #F950FF;
}
.AnyTagClassName
{
color: #F950FF;
}
</style>
background-color css
<style>
a { background-color: #F950FF; }
a { background-color: rgb(249,80,255); }
div.DivClassName
{
background-color: #F950FF;
}
.BgClassName
{
background-color: #F950FF;
}
</style>
border-color css
<style>
span { border-color: #F950FF; }
span { border-color: rgb(249,80,255); }
td.TdClassName
{
border-color: #F950FF;
}
.TagClassName
{
border-color: #F950FF;
}
</style>