Shades of Pink Flamingo #F139FD
Tints of Pink Flamingo #F139FD
RGB
CMYK
RGB Variations
Color information
#F139FD (or 0xF139FD) is known color: Pink Flamingo. HEX triplet: F1, 39 and FD. RGB value is (241,57,253). Sum of RGB (Red+Green+Blue) = 241+57+253=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 57 (22.66% from 255 or 10.34% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #F139FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F139FD is #0EC602. Grayscale: #858585. Windows color (decimal): -968195 or 16595441. OLE color: 16595441.
HSL color Cylindrical-coordinate representation of color #F139FD: hue angle of 296.33º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F139FD is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 57 | 253 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.01 |
| HSL | 296.33º | 0.98% | 0.61% | - |
| HSV(B) | 296.33º | 0.77% | 0.99% | - |
| XYZ | 55.47 | 28.72 | 95.55 | - |
| YUV | 134.36 | 194.96 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 253 | 0.05 | 0.77 | 0 | 0.01 | 296.33 | 0.98 | 0.61 |
| Hex | F1 | 39 | FD | 5 | 4D | 0 | 1 | 128 | 62 | 3D |
| Octal | 361 | 71 | 375 | 5 | 115 | 0 | 1 | 450 | 142 | 75 |
| Binary | 11110001 | 111001 | 11111101 | 101 | 1001101 | 0 | 1 | 100101000 | 1100010 | 111101 |
Color Harmonies of #F139FD
Complementary color
Monochromatic Colors of #F139FD
Black with #F139FD
Text Example
Text Example
White with #F139FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F139FD; }
p { color: rgb(241,57,253); }
H1.HeaderClassName
{
color: #F139FD;
}
.AnyTagClassName
{
color: #F139FD;
}
</style>
background-color css
<style>
a { background-color: #F139FD; }
a { background-color: rgb(241,57,253); }
div.DivClassName
{
background-color: #F139FD;
}
.BgClassName
{
background-color: #F139FD;
}
</style>
border-color css
<style>
span { border-color: #F139FD; }
span { border-color: rgb(241,57,253); }
td.TdClassName
{
border-color: #F139FD;
}
.TagClassName
{
border-color: #F139FD;
}
</style>