Shades of Pink Flamingo #F534FC
Tints of Pink Flamingo #F534FC
RGB
CMYK
RGB Variations
Color information
#F534FC (or 0xF534FC) is known color: Pink Flamingo. HEX triplet: F5, 34 and FC. RGB value is (245,52,252). Sum of RGB (Red+Green+Blue) = 245+52+252=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 52 (20.70% from 255 or 9.47% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #F534FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F534FC is #0ACB03. Grayscale: #838383. Windows color (decimal): -707332 or 16528629. OLE color: 16528629.
HSL color Cylindrical-coordinate representation of color #F534FC: hue angle of 297.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F534FC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 52 | 252 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.01 |
| HSL | 297.9º | 0.97% | 0.6% | - |
| HSV(B) | 297.9º | 0.79% | 0.99% | - |
| XYZ | 56.45 | 28.9 | 94.7 | - |
| YUV | 132.51 | 195.44 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 252 | 0.03 | 0.79 | 0 | 0.01 | 297.9 | 0.97 | 0.6 |
| Hex | F5 | 34 | FC | 3 | 4F | 0 | 1 | 12A | 61 | 3C |
| Octal | 365 | 64 | 374 | 3 | 117 | 0 | 1 | 452 | 141 | 74 |
| Binary | 11110101 | 110100 | 11111100 | 11 | 1001111 | 0 | 1 | 100101010 | 1100001 | 111100 |
Color Harmonies of #F534FC
Complementary color
Monochromatic Colors of #F534FC
Black with #F534FC
Text Example
Text Example
White with #F534FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F534FC; }
p { color: rgb(245,52,252); }
H1.HeaderClassName
{
color: #F534FC;
}
.AnyTagClassName
{
color: #F534FC;
}
</style>
background-color css
<style>
a { background-color: #F534FC; }
a { background-color: rgb(245,52,252); }
div.DivClassName
{
background-color: #F534FC;
}
.BgClassName
{
background-color: #F534FC;
}
</style>
border-color css
<style>
span { border-color: #F534FC; }
span { border-color: rgb(245,52,252); }
td.TdClassName
{
border-color: #F534FC;
}
.TagClassName
{
border-color: #F534FC;
}
</style>