Shades of Pink Flamingo #F13AF6
Tints of Pink Flamingo #F13AF6
RGB
CMYK
RGB Variations
Color information
#F13AF6 (or 0xF13AF6) is known color: Pink Flamingo. HEX triplet: F1, 3A and F6. RGB value is (241,58,246). Sum of RGB (Red+Green+Blue) = 241+58+246=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 58 (23.05% from 255 or 10.64% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #F13AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13AF6 is #0EC509. Grayscale: #858585. Windows color (decimal): -967946 or 16136945. OLE color: 16136945.
HSL color Cylindrical-coordinate representation of color #F13AF6: hue angle of 298.4º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13AF6 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 58 | 246 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.04 |
| HSL | 298.4º | 0.91% | 0.6% | - |
| HSV(B) | 298.4º | 0.76% | 0.96% | - |
| XYZ | 54.42 | 28.38 | 89.8 | - |
| YUV | 134.15 | 191.13 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 246 | 0.02 | 0.76 | 0 | 0.04 | 298.4 | 0.91 | 0.6 |
| Hex | F1 | 3A | F6 | 2 | 4C | 0 | 4 | 12A | 5B | 3C |
| Octal | 361 | 72 | 366 | 2 | 114 | 0 | 4 | 452 | 133 | 74 |
| Binary | 11110001 | 111010 | 11110110 | 10 | 1001100 | 0 | 100 | 100101010 | 1011011 | 111100 |
Color Harmonies of #F13AF6
Complementary color
Monochromatic Colors of #F13AF6
Black with #F13AF6
Text Example
Text Example
White with #F13AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13AF6; }
p { color: rgb(241,58,246); }
H1.HeaderClassName
{
color: #F13AF6;
}
.AnyTagClassName
{
color: #F13AF6;
}
</style>
background-color css
<style>
a { background-color: #F13AF6; }
a { background-color: rgb(241,58,246); }
div.DivClassName
{
background-color: #F13AF6;
}
.BgClassName
{
background-color: #F13AF6;
}
</style>
border-color css
<style>
span { border-color: #F13AF6; }
span { border-color: rgb(241,58,246); }
td.TdClassName
{
border-color: #F13AF6;
}
.TagClassName
{
border-color: #F13AF6;
}
</style>