Shades of Pink Flamingo #F534FB
Tints of Pink Flamingo #F534FB
RGB
CMYK
RGB Variations
Color information
#F534FB (or 0xF534FB) is known color: Pink Flamingo. HEX triplet: F5, 34 and FB. RGB value is (245,52,251). Sum of RGB (Red+Green+Blue) = 245+52+251=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 52 (20.70% from 255 or 9.49% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #F534FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F534FB is #0ACB04. Grayscale: #838383. Windows color (decimal): -707333 or 16463093. OLE color: 16463093.
HSL color Cylindrical-coordinate representation of color #F534FB: hue angle of 298.19º degrees, saturation: 0.96, 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 #F534FB is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 52 | 251 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.02 |
| HSL | 298.19º | 0.96% | 0.59% | - |
| HSV(B) | 298.19º | 0.79% | 0.98% | - |
| XYZ | 56.3 | 28.83 | 93.87 | - |
| YUV | 132.39 | 194.94 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 251 | 0.02 | 0.79 | 0 | 0.02 | 298.19 | 0.96 | 0.59 |
| Hex | F5 | 34 | FB | 2 | 4F | 0 | 2 | 12A | 60 | 3B |
| Octal | 365 | 64 | 373 | 2 | 117 | 0 | 2 | 452 | 140 | 73 |
| Binary | 11110101 | 110100 | 11111011 | 10 | 1001111 | 0 | 10 | 100101010 | 1100000 | 111011 |
Color Harmonies of #F534FB
Complementary color
Monochromatic Colors of #F534FB
Black with #F534FB
Text Example
Text Example
White with #F534FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F534FB; }
p { color: rgb(245,52,251); }
H1.HeaderClassName
{
color: #F534FB;
}
.AnyTagClassName
{
color: #F534FB;
}
</style>
background-color css
<style>
a { background-color: #F534FB; }
a { background-color: rgb(245,52,251); }
div.DivClassName
{
background-color: #F534FB;
}
.BgClassName
{
background-color: #F534FB;
}
</style>
border-color css
<style>
span { border-color: #F534FB; }
span { border-color: rgb(245,52,251); }
td.TdClassName
{
border-color: #F534FB;
}
.TagClassName
{
border-color: #F534FB;
}
</style>