Shades of Pink Flamingo #F13BFE
Tints of Pink Flamingo #F13BFE
RGB
CMYK
RGB Variations
Color information
#F13BFE (or 0xF13BFE) is known color: Pink Flamingo. HEX triplet: F1, 3B and FE. RGB value is (241,59,254). Sum of RGB (Red+Green+Blue) = 241+59+254=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 59 (23.44% from 255 or 10.65% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #F13BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13BFE is #0EC401. Grayscale: #878787. Windows color (decimal): -967682 or 16661489. OLE color: 16661489.
HSL color Cylindrical-coordinate representation of color #F13BFE: hue angle of 296º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F13BFE is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 59 | 254 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.00 |
| HSL | 296º | 0.99% | 0.61% | - |
| HSV(B) | 296º | 0.77% | 1% | - |
| XYZ | 55.73 | 28.98 | 96.42 | - |
| YUV | 135.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 59 | 254 | 0.05 | 0.77 | 0 | 0.00 | 296 | 0.99 | 0.61 |
| Hex | F1 | 3B | FE | 5 | 4D | 0 | 0 | 128 | 63 | 3D |
| Octal | 361 | 73 | 376 | 5 | 115 | 0 | 0 | 450 | 143 | 75 |
| Binary | 11110001 | 111011 | 11111110 | 101 | 1001101 | 0 | 0 | 100101000 | 1100011 | 111101 |
Color Harmonies of #F13BFE
Complementary color
Monochromatic Colors of #F13BFE
Black with #F13BFE
Text Example
Text Example
White with #F13BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13BFE; }
p { color: rgb(241,59,254); }
H1.HeaderClassName
{
color: #F13BFE;
}
.AnyTagClassName
{
color: #F13BFE;
}
</style>
background-color css
<style>
a { background-color: #F13BFE; }
a { background-color: rgb(241,59,254); }
div.DivClassName
{
background-color: #F13BFE;
}
.BgClassName
{
background-color: #F13BFE;
}
</style>
border-color css
<style>
span { border-color: #F13BFE; }
span { border-color: rgb(241,59,254); }
td.TdClassName
{
border-color: #F13BFE;
}
.TagClassName
{
border-color: #F13BFE;
}
</style>