Shades of Pink Flamingo #F14BFE
Tints of Pink Flamingo #F14BFE
RGB
CMYK
RGB Variations
Color information
#F14BFE (or 0xF14BFE) is known color: Pink Flamingo. HEX triplet: F1, 4B and FE. RGB value is (241,75,254). Sum of RGB (Red+Green+Blue) = 241+75+254=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 75 (29.69% from 255 or 13.16% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #F14BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14BFE is #0EB401. Grayscale: #909090. Windows color (decimal): -963586 or 16665585. OLE color: 16665585.
HSL color Cylindrical-coordinate representation of color #F14BFE: hue angle of 295.64º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14BFE is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 75 | 254 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.00 |
| HSL | 295.64º | 0.99% | 0.65% | - |
| HSV(B) | 295.64º | 0.7% | 1% | - |
| XYZ | 56.68 | 30.89 | 96.74 | - |
| YUV | 145.04 | 189.5 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 75 | 254 | 0.05 | 0.70 | 0 | 0.00 | 295.64 | 0.99 | 0.65 |
| Hex | F1 | 4B | FE | 5 | 46 | 0 | 0 | 128 | 63 | 41 |
| Octal | 361 | 113 | 376 | 5 | 106 | 0 | 0 | 450 | 143 | 101 |
| Binary | 11110001 | 1001011 | 11111110 | 101 | 1000110 | 0 | 0 | 100101000 | 1100011 | 1000001 |
Color Harmonies of #F14BFE
Complementary color
Monochromatic Colors of #F14BFE
Black with #F14BFE
Text Example
Text Example
White with #F14BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14BFE; }
p { color: rgb(241,75,254); }
H1.HeaderClassName
{
color: #F14BFE;
}
.AnyTagClassName
{
color: #F14BFE;
}
</style>
background-color css
<style>
a { background-color: #F14BFE; }
a { background-color: rgb(241,75,254); }
div.DivClassName
{
background-color: #F14BFE;
}
.BgClassName
{
background-color: #F14BFE;
}
</style>
border-color css
<style>
span { border-color: #F14BFE; }
span { border-color: rgb(241,75,254); }
td.TdClassName
{
border-color: #F14BFE;
}
.TagClassName
{
border-color: #F14BFE;
}
</style>