Shades of Pink Flamingo #F940FE
Tints of Pink Flamingo #F940FE
RGB
CMYK
RGB Variations
Color information
#F940FE (or 0xF940FE) is known color: Pink Flamingo. HEX triplet: F9, 40 and FE. RGB value is (249,64,254). Sum of RGB (Red+Green+Blue) = 249+64+254=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 64 (25.39% from 255 or 11.29% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #F940FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F940FE is #06BF01. Grayscale: #8C8C8C. Windows color (decimal): -442114 or 16662777. OLE color: 16662777.
HSL color Cylindrical-coordinate representation of color #F940FE: hue angle of 298.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F940FE is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 64 | 254 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.00 |
| HSL | 298.42º | 0.99% | 0.62% | - |
| HSV(B) | 298.42º | 0.75% | 1% | - |
| XYZ | 58.79 | 30.96 | 96.64 | - |
| YUV | 140.98 | 191.79 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 254 | 0.02 | 0.75 | 0 | 0.00 | 298.42 | 0.99 | 0.62 |
| Hex | F9 | 40 | FE | 2 | 4B | 0 | 0 | 12A | 63 | 3E |
| Octal | 371 | 100 | 376 | 2 | 113 | 0 | 0 | 452 | 143 | 76 |
| Binary | 11111001 | 1000000 | 11111110 | 10 | 1001011 | 0 | 0 | 100101010 | 1100011 | 111110 |
Color Harmonies of #F940FE
Complementary color
Monochromatic Colors of #F940FE
Black with #F940FE
Text Example
Text Example
White with #F940FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940FE; }
p { color: rgb(249,64,254); }
H1.HeaderClassName
{
color: #F940FE;
}
.AnyTagClassName
{
color: #F940FE;
}
</style>
background-color css
<style>
a { background-color: #F940FE; }
a { background-color: rgb(249,64,254); }
div.DivClassName
{
background-color: #F940FE;
}
.BgClassName
{
background-color: #F940FE;
}
</style>
border-color css
<style>
span { border-color: #F940FE; }
span { border-color: rgb(249,64,254); }
td.TdClassName
{
border-color: #F940FE;
}
.TagClassName
{
border-color: #F940FE;
}
</style>