Shades of Pink Flamingo #F150FE
Tints of Pink Flamingo #F150FE
RGB
CMYK
RGB Variations
Color information
#F150FE (or 0xF150FE) is known color: Pink Flamingo. HEX triplet: F1, 50 and FE. RGB value is (241,80,254). Sum of RGB (Red+Green+Blue) = 241+80+254=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 80 (31.64% from 255 or 13.91% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #F150FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F150FE is #0EAF01. Grayscale: #939393. Windows color (decimal): -962306 or 16666865. OLE color: 16666865.
HSL color Cylindrical-coordinate representation of color #F150FE: hue angle of 295.52º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F150FE is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 80 | 254 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.00 |
| HSL | 295.52º | 0.99% | 0.65% | - |
| HSV(B) | 295.52º | 0.69% | 1% | - |
| XYZ | 57.03 | 31.59 | 96.86 | - |
| YUV | 147.98 | 187.84 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 254 | 0.05 | 0.69 | 0 | 0.00 | 295.52 | 0.99 | 0.65 |
| Hex | F1 | 50 | FE | 5 | 45 | 0 | 0 | 128 | 63 | 41 |
| Octal | 361 | 120 | 376 | 5 | 105 | 0 | 0 | 450 | 143 | 101 |
| Binary | 11110001 | 1010000 | 11111110 | 101 | 1000101 | 0 | 0 | 100101000 | 1100011 | 1000001 |
Color Harmonies of #F150FE
Complementary color
Monochromatic Colors of #F150FE
Black with #F150FE
Text Example
Text Example
White with #F150FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F150FE; }
p { color: rgb(241,80,254); }
H1.HeaderClassName
{
color: #F150FE;
}
.AnyTagClassName
{
color: #F150FE;
}
</style>
background-color css
<style>
a { background-color: #F150FE; }
a { background-color: rgb(241,80,254); }
div.DivClassName
{
background-color: #F150FE;
}
.BgClassName
{
background-color: #F150FE;
}
</style>
border-color css
<style>
span { border-color: #F150FE; }
span { border-color: rgb(241,80,254); }
td.TdClassName
{
border-color: #F150FE;
}
.TagClassName
{
border-color: #F150FE;
}
</style>