Shades of Pink Flamingo #F534F9
Tints of Pink Flamingo #F534F9
RGB
CMYK
RGB Variations
Color information
#F534F9 (or 0xF534F9) is known color: Pink Flamingo. HEX triplet: F5, 34 and F9. RGB value is (245,52,249). Sum of RGB (Red+Green+Blue) = 245+52+249=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 52 (20.70% from 255 or 9.52% 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 #F534F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F534F9 is #0ACB06. Grayscale: #838383. Windows color (decimal): -707335 or 16332021. OLE color: 16332021.
HSL color Cylindrical-coordinate representation of color #F534F9: hue angle of 298.78º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F534F9 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 52 | 249 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.02 |
| HSL | 298.78º | 0.94% | 0.59% | - |
| HSV(B) | 298.78º | 0.79% | 0.98% | - |
| XYZ | 55.98 | 28.71 | 92.21 | - |
| YUV | 132.17 | 193.94 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 249 | 0.02 | 0.79 | 0 | 0.02 | 298.78 | 0.94 | 0.59 |
| Hex | F5 | 34 | F9 | 2 | 4F | 0 | 2 | 12B | 5E | 3B |
| Octal | 365 | 64 | 371 | 2 | 117 | 0 | 2 | 453 | 136 | 73 |
| Binary | 11110101 | 110100 | 11111001 | 10 | 1001111 | 0 | 10 | 100101011 | 1011110 | 111011 |
Color Harmonies of #F534F9
Complementary color
Monochromatic Colors of #F534F9
Black with #F534F9
Text Example
Text Example
White with #F534F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F534F9; }
p { color: rgb(245,52,249); }
H1.HeaderClassName
{
color: #F534F9;
}
.AnyTagClassName
{
color: #F534F9;
}
</style>
background-color css
<style>
a { background-color: #F534F9; }
a { background-color: rgb(245,52,249); }
div.DivClassName
{
background-color: #F534F9;
}
.BgClassName
{
background-color: #F534F9;
}
</style>
border-color css
<style>
span { border-color: #F534F9; }
span { border-color: rgb(245,52,249); }
td.TdClassName
{
border-color: #F534F9;
}
.TagClassName
{
border-color: #F534F9;
}
</style>