Shades of Pink Flamingo #F547FE
Tints of Pink Flamingo #F547FE
RGB
CMYK
RGB Variations
Color information
#F547FE (or 0xF547FE) is known color: Pink Flamingo. HEX triplet: F5, 47 and FE. RGB value is (245,71,254). Sum of RGB (Red+Green+Blue) = 245+71+254=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 71 (28.12% from 255 or 12.46% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #F547FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F547FE is #0AB801. Grayscale: #8F8F8F. Windows color (decimal): -702466 or 16664565. OLE color: 16664565.
HSL color Cylindrical-coordinate representation of color #F547FE: hue angle of 297.05º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F547FE is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 71 | 254 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.00 |
| HSL | 297.05º | 0.99% | 0.64% | - |
| HSV(B) | 297.05º | 0.72% | 1% | - |
| XYZ | 57.8 | 31.07 | 96.72 | - |
| YUV | 143.89 | 190.15 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 254 | 0.04 | 0.72 | 0 | 0.00 | 297.05 | 0.99 | 0.64 |
| Hex | F5 | 47 | FE | 4 | 48 | 0 | 0 | 129 | 63 | 40 |
| Octal | 365 | 107 | 376 | 4 | 110 | 0 | 0 | 451 | 143 | 100 |
| Binary | 11110101 | 1000111 | 11111110 | 100 | 1001000 | 0 | 0 | 100101001 | 1100011 | 1000000 |
Color Harmonies of #F547FE
Complementary color
Monochromatic Colors of #F547FE
Black with #F547FE
Text Example
Text Example
White with #F547FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F547FE; }
p { color: rgb(245,71,254); }
H1.HeaderClassName
{
color: #F547FE;
}
.AnyTagClassName
{
color: #F547FE;
}
</style>
background-color css
<style>
a { background-color: #F547FE; }
a { background-color: rgb(245,71,254); }
div.DivClassName
{
background-color: #F547FE;
}
.BgClassName
{
background-color: #F547FE;
}
</style>
border-color css
<style>
span { border-color: #F547FE; }
span { border-color: rgb(245,71,254); }
td.TdClassName
{
border-color: #F547FE;
}
.TagClassName
{
border-color: #F547FE;
}
</style>