Shades of Pink Flamingo #F140FE
Tints of Pink Flamingo #F140FE
RGB
CMYK
RGB Variations
Color information
#F140FE (or 0xF140FE) is known color: Pink Flamingo. HEX triplet: F1, 40 and FE. RGB value is (241,64,254). Sum of RGB (Red+Green+Blue) = 241+64+254=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 64 (25.39% from 255 or 11.45% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #F140FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F140FE is #0EBF01. Grayscale: #8A8A8A. Windows color (decimal): -966402 or 16662769. OLE color: 16662769.
HSL color Cylindrical-coordinate representation of color #F140FE: hue angle of 295.89º 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 #F140FE is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 64 | 254 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.00 |
| HSL | 295.89º | 0.99% | 0.62% | - |
| HSV(B) | 295.89º | 0.75% | 1% | - |
| XYZ | 56 | 29.52 | 96.51 | - |
| YUV | 138.58 | 193.14 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 254 | 0.05 | 0.75 | 0 | 0.00 | 295.89 | 0.99 | 0.62 |
| Hex | F1 | 40 | FE | 5 | 4B | 0 | 0 | 128 | 63 | 3E |
| Octal | 361 | 100 | 376 | 5 | 113 | 0 | 0 | 450 | 143 | 76 |
| Binary | 11110001 | 1000000 | 11111110 | 101 | 1001011 | 0 | 0 | 100101000 | 1100011 | 111110 |
Color Harmonies of #F140FE
Complementary color
Monochromatic Colors of #F140FE
Black with #F140FE
Text Example
Text Example
White with #F140FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140FE; }
p { color: rgb(241,64,254); }
H1.HeaderClassName
{
color: #F140FE;
}
.AnyTagClassName
{
color: #F140FE;
}
</style>
background-color css
<style>
a { background-color: #F140FE; }
a { background-color: rgb(241,64,254); }
div.DivClassName
{
background-color: #F140FE;
}
.BgClassName
{
background-color: #F140FE;
}
</style>
border-color css
<style>
span { border-color: #F140FE; }
span { border-color: rgb(241,64,254); }
td.TdClassName
{
border-color: #F140FE;
}
.TagClassName
{
border-color: #F140FE;
}
</style>