Shades of Pink Flamingo #F538F9
Tints of Pink Flamingo #F538F9
RGB
CMYK
RGB Variations
Color information
#F538F9 (or 0xF538F9) is known color: Pink Flamingo. HEX triplet: F5, 38 and F9. RGB value is (245,56,249). Sum of RGB (Red+Green+Blue) = 245+56+249=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 56 (22.27% from 255 or 10.18% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #F538F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F538F9 is #0AC706. Grayscale: #858585. Windows color (decimal): -706311 or 16333045. OLE color: 16333045.
HSL color Cylindrical-coordinate representation of color #F538F9: hue angle of 298.76º 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 #F538F9 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 56 | 249 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.02 |
| HSL | 298.76º | 0.94% | 0.6% | - |
| HSV(B) | 298.76º | 0.78% | 0.98% | - |
| XYZ | 56.17 | 29.08 | 92.28 | - |
| YUV | 134.51 | 192.62 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 249 | 0.02 | 0.78 | 0 | 0.02 | 298.76 | 0.94 | 0.6 |
| Hex | F5 | 38 | F9 | 2 | 4E | 0 | 2 | 12B | 5E | 3C |
| Octal | 365 | 70 | 371 | 2 | 116 | 0 | 2 | 453 | 136 | 74 |
| Binary | 11110101 | 111000 | 11111001 | 10 | 1001110 | 0 | 10 | 100101011 | 1011110 | 111100 |
Color Harmonies of #F538F9
Complementary color
Monochromatic Colors of #F538F9
Black with #F538F9
Text Example
Text Example
White with #F538F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F538F9; }
p { color: rgb(245,56,249); }
H1.HeaderClassName
{
color: #F538F9;
}
.AnyTagClassName
{
color: #F538F9;
}
</style>
background-color css
<style>
a { background-color: #F538F9; }
a { background-color: rgb(245,56,249); }
div.DivClassName
{
background-color: #F538F9;
}
.BgClassName
{
background-color: #F538F9;
}
</style>
border-color css
<style>
span { border-color: #F538F9; }
span { border-color: rgb(245,56,249); }
td.TdClassName
{
border-color: #F538F9;
}
.TagClassName
{
border-color: #F538F9;
}
</style>