Shades of Pink Flamingo #F136FE
Tints of Pink Flamingo #F136FE
RGB
CMYK
RGB Variations
Color information
#F136FE (or 0xF136FE) is known color: Pink Flamingo. HEX triplet: F1, 36 and FE. RGB value is (241,54,254). Sum of RGB (Red+Green+Blue) = 241+54+254=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 54 (21.48% from 255 or 9.84% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #F136FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F136FE is #0EC901. Grayscale: #848484. Windows color (decimal): -968962 or 16660209. OLE color: 16660209.
HSL color Cylindrical-coordinate representation of color #F136FE: hue angle of 296.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F136FE is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 54 | 254 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.00 |
| HSL | 296.1º | 0.99% | 0.6% | - |
| HSV(B) | 296.1º | 0.79% | 1% | - |
| XYZ | 55.48 | 28.49 | 96.34 | - |
| YUV | 132.71 | 196.45 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 254 | 0.05 | 0.79 | 0 | 0.00 | 296.1 | 0.99 | 0.6 |
| Hex | F1 | 36 | FE | 5 | 4F | 0 | 0 | 128 | 63 | 3C |
| Octal | 361 | 66 | 376 | 5 | 117 | 0 | 0 | 450 | 143 | 74 |
| Binary | 11110001 | 110110 | 11111110 | 101 | 1001111 | 0 | 0 | 100101000 | 1100011 | 111100 |
Color Harmonies of #F136FE
Complementary color
Monochromatic Colors of #F136FE
Black with #F136FE
Text Example
Text Example
White with #F136FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136FE; }
p { color: rgb(241,54,254); }
H1.HeaderClassName
{
color: #F136FE;
}
.AnyTagClassName
{
color: #F136FE;
}
</style>
background-color css
<style>
a { background-color: #F136FE; }
a { background-color: rgb(241,54,254); }
div.DivClassName
{
background-color: #F136FE;
}
.BgClassName
{
background-color: #F136FE;
}
</style>
border-color css
<style>
span { border-color: #F136FE; }
span { border-color: rgb(241,54,254); }
td.TdClassName
{
border-color: #F136FE;
}
.TagClassName
{
border-color: #F136FE;
}
</style>