Shades of Pink Flamingo #F14AFE
Tints of Pink Flamingo #F14AFE
RGB
CMYK
RGB Variations
Color information
#F14AFE (or 0xF14AFE) is known color: Pink Flamingo. HEX triplet: F1, 4A and FE. RGB value is (241,74,254). Sum of RGB (Red+Green+Blue) = 241+74+254=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 74 (29.30% from 255 or 13.01% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #F14AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14AFE is #0EB501. Grayscale: #8F8F8F. Windows color (decimal): -963842 or 16665329. OLE color: 16665329.
HSL color Cylindrical-coordinate representation of color #F14AFE: hue angle of 295.67º 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 #F14AFE is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 74 | 254 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.00 |
| HSL | 295.67º | 0.99% | 0.64% | - |
| HSV(B) | 295.67º | 0.71% | 1% | - |
| XYZ | 56.61 | 30.75 | 96.72 | - |
| YUV | 144.45 | 189.83 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 254 | 0.05 | 0.71 | 0 | 0.00 | 295.67 | 0.99 | 0.64 |
| Hex | F1 | 4A | FE | 5 | 47 | 0 | 0 | 128 | 63 | 40 |
| Octal | 361 | 112 | 376 | 5 | 107 | 0 | 0 | 450 | 143 | 100 |
| Binary | 11110001 | 1001010 | 11111110 | 101 | 1000111 | 0 | 0 | 100101000 | 1100011 | 1000000 |
Color Harmonies of #F14AFE
Complementary color
Monochromatic Colors of #F14AFE
Black with #F14AFE
Text Example
Text Example
White with #F14AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14AFE; }
p { color: rgb(241,74,254); }
H1.HeaderClassName
{
color: #F14AFE;
}
.AnyTagClassName
{
color: #F14AFE;
}
</style>
background-color css
<style>
a { background-color: #F14AFE; }
a { background-color: rgb(241,74,254); }
div.DivClassName
{
background-color: #F14AFE;
}
.BgClassName
{
background-color: #F14AFE;
}
</style>
border-color css
<style>
span { border-color: #F14AFE; }
span { border-color: rgb(241,74,254); }
td.TdClassName
{
border-color: #F14AFE;
}
.TagClassName
{
border-color: #F14AFE;
}
</style>