Shades of Pink Flamingo #F546FE
Tints of Pink Flamingo #F546FE
RGB
CMYK
RGB Variations
Color information
#F546FE (or 0xF546FE) is known color: Pink Flamingo. HEX triplet: F5, 46 and FE. RGB value is (245,70,254). Sum of RGB (Red+Green+Blue) = 245+70+254=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 70 (27.73% from 255 or 12.30% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #F546FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F546FE is #0AB901. Grayscale: #8E8E8E. Windows color (decimal): -702722 or 16664309. OLE color: 16664309.
HSL color Cylindrical-coordinate representation of color #F546FE: hue angle of 297.07º 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 #F546FE is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 70 | 254 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.00 |
| HSL | 297.07º | 0.99% | 0.64% | - |
| HSV(B) | 297.07º | 0.72% | 1% | - |
| XYZ | 57.74 | 30.95 | 96.7 | - |
| YUV | 143.3 | 190.48 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 254 | 0.04 | 0.72 | 0 | 0.00 | 297.07 | 0.99 | 0.64 |
| Hex | F5 | 46 | FE | 4 | 48 | 0 | 0 | 129 | 63 | 40 |
| Octal | 365 | 106 | 376 | 4 | 110 | 0 | 0 | 451 | 143 | 100 |
| Binary | 11110101 | 1000110 | 11111110 | 100 | 1001000 | 0 | 0 | 100101001 | 1100011 | 1000000 |
Color Harmonies of #F546FE
Complementary color
Monochromatic Colors of #F546FE
Black with #F546FE
Text Example
Text Example
White with #F546FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F546FE; }
p { color: rgb(245,70,254); }
H1.HeaderClassName
{
color: #F546FE;
}
.AnyTagClassName
{
color: #F546FE;
}
</style>
background-color css
<style>
a { background-color: #F546FE; }
a { background-color: rgb(245,70,254); }
div.DivClassName
{
background-color: #F546FE;
}
.BgClassName
{
background-color: #F546FE;
}
</style>
border-color css
<style>
span { border-color: #F546FE; }
span { border-color: rgb(245,70,254); }
td.TdClassName
{
border-color: #F546FE;
}
.TagClassName
{
border-color: #F546FE;
}
</style>