Shades of Pink Flamingo #F94AFE
Tints of Pink Flamingo #F94AFE
RGB
CMYK
RGB Variations
Color information
#F94AFE (or 0xF94AFE) is known color: Pink Flamingo. HEX triplet: F9, 4A and FE. RGB value is (249,74,254). Sum of RGB (Red+Green+Blue) = 249+74+254=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 74 (29.30% from 255 or 12.82% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #F94AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94AFE is #06B501. Grayscale: #929292. Windows color (decimal): -439554 or 16665337. OLE color: 16665337.
HSL color Cylindrical-coordinate representation of color #F94AFE: hue angle of 298.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F94AFE is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 74 | 254 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.00 |
| HSL | 298.33º | 0.99% | 0.64% | - |
| HSV(B) | 298.33º | 0.71% | 1% | - |
| XYZ | 59.41 | 32.19 | 96.85 | - |
| YUV | 146.85 | 188.48 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 254 | 0.02 | 0.71 | 0 | 0.00 | 298.33 | 0.99 | 0.64 |
| Hex | F9 | 4A | FE | 2 | 47 | 0 | 0 | 12A | 63 | 40 |
| Octal | 371 | 112 | 376 | 2 | 107 | 0 | 0 | 452 | 143 | 100 |
| Binary | 11111001 | 1001010 | 11111110 | 10 | 1000111 | 0 | 0 | 100101010 | 1100011 | 1000000 |
Color Harmonies of #F94AFE
Complementary color
Monochromatic Colors of #F94AFE
Black with #F94AFE
Text Example
Text Example
White with #F94AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AFE; }
p { color: rgb(249,74,254); }
H1.HeaderClassName
{
color: #F94AFE;
}
.AnyTagClassName
{
color: #F94AFE;
}
</style>
background-color css
<style>
a { background-color: #F94AFE; }
a { background-color: rgb(249,74,254); }
div.DivClassName
{
background-color: #F94AFE;
}
.BgClassName
{
background-color: #F94AFE;
}
</style>
border-color css
<style>
span { border-color: #F94AFE; }
span { border-color: rgb(249,74,254); }
td.TdClassName
{
border-color: #F94AFE;
}
.TagClassName
{
border-color: #F94AFE;
}
</style>