Shades of Pink Flamingo #F13FFB
Tints of Pink Flamingo #F13FFB
RGB
CMYK
RGB Variations
Color information
#F13FFB (or 0xF13FFB) is known color: Pink Flamingo. HEX triplet: F1, 3F and FB. RGB value is (241,63,251). Sum of RGB (Red+Green+Blue) = 241+63+251=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 63 (25% from 255 or 11.35% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #F13FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13FFB is #0EC004. Grayscale: #898989. Windows color (decimal): -966661 or 16465905. OLE color: 16465905.
HSL color Cylindrical-coordinate representation of color #F13FFB: hue angle of 296.81º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13FFB is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 63 | 251 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.02 |
| HSL | 296.81º | 0.96% | 0.62% | - |
| HSV(B) | 296.81º | 0.75% | 0.98% | - |
| XYZ | 55.47 | 29.22 | 93.98 | - |
| YUV | 137.65 | 191.97 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 251 | 0.04 | 0.75 | 0 | 0.02 | 296.81 | 0.96 | 0.62 |
| Hex | F1 | 3F | FB | 4 | 4B | 0 | 2 | 129 | 60 | 3E |
| Octal | 361 | 77 | 373 | 4 | 113 | 0 | 2 | 451 | 140 | 76 |
| Binary | 11110001 | 111111 | 11111011 | 100 | 1001011 | 0 | 10 | 100101001 | 1100000 | 111110 |
Color Harmonies of #F13FFB
Complementary color
Monochromatic Colors of #F13FFB
Black with #F13FFB
Text Example
Text Example
White with #F13FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13FFB; }
p { color: rgb(241,63,251); }
H1.HeaderClassName
{
color: #F13FFB;
}
.AnyTagClassName
{
color: #F13FFB;
}
</style>
background-color css
<style>
a { background-color: #F13FFB; }
a { background-color: rgb(241,63,251); }
div.DivClassName
{
background-color: #F13FFB;
}
.BgClassName
{
background-color: #F13FFB;
}
</style>
border-color css
<style>
span { border-color: #F13FFB; }
span { border-color: rgb(241,63,251); }
td.TdClassName
{
border-color: #F13FFB;
}
.TagClassName
{
border-color: #F13FFB;
}
</style>