Shades of Pink Flamingo #F138F9
Tints of Pink Flamingo #F138F9
RGB
CMYK
RGB Variations
Color information
#F138F9 (or 0xF138F9) is known color: Pink Flamingo. HEX triplet: F1, 38 and F9. RGB value is (241,56,249). Sum of RGB (Red+Green+Blue) = 241+56+249=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 56 (22.27% from 255 or 10.26% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #F138F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F138F9 is #0EC706. Grayscale: #848484. Windows color (decimal): -968455 or 16333041. OLE color: 16333041.
HSL color Cylindrical-coordinate representation of color #F138F9: hue angle of 297.51º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F138F9 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 56 | 249 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.02 |
| HSL | 297.51º | 0.94% | 0.6% | - |
| HSV(B) | 297.51º | 0.78% | 0.98% | - |
| XYZ | 54.79 | 28.37 | 92.21 | - |
| YUV | 133.32 | 193.29 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 249 | 0.03 | 0.78 | 0 | 0.02 | 297.51 | 0.94 | 0.6 |
| Hex | F1 | 38 | F9 | 3 | 4E | 0 | 2 | 12A | 5E | 3C |
| Octal | 361 | 70 | 371 | 3 | 116 | 0 | 2 | 452 | 136 | 74 |
| Binary | 11110001 | 111000 | 11111001 | 11 | 1001110 | 0 | 10 | 100101010 | 1011110 | 111100 |
Color Harmonies of #F138F9
Complementary color
Monochromatic Colors of #F138F9
Black with #F138F9
Text Example
Text Example
White with #F138F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F138F9; }
p { color: rgb(241,56,249); }
H1.HeaderClassName
{
color: #F138F9;
}
.AnyTagClassName
{
color: #F138F9;
}
</style>
background-color css
<style>
a { background-color: #F138F9; }
a { background-color: rgb(241,56,249); }
div.DivClassName
{
background-color: #F138F9;
}
.BgClassName
{
background-color: #F138F9;
}
</style>
border-color css
<style>
span { border-color: #F138F9; }
span { border-color: rgb(241,56,249); }
td.TdClassName
{
border-color: #F138F9;
}
.TagClassName
{
border-color: #F138F9;
}
</style>