Shades of Pink Flamingo #F541FE
Tints of Pink Flamingo #F541FE
RGB
CMYK
RGB Variations
Color information
#F541FE (or 0xF541FE) is known color: Pink Flamingo. HEX triplet: F5, 41 and FE. RGB value is (245,65,254). Sum of RGB (Red+Green+Blue) = 245+65+254=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 65 (25.78% from 255 or 11.52% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #F541FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F541FE is #0ABE01. Grayscale: #8B8B8B. Windows color (decimal): -704002 or 16663029. OLE color: 16663029.
HSL color Cylindrical-coordinate representation of color #F541FE: hue angle of 297.14º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F541FE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 65 | 254 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.00 |
| HSL | 297.14º | 0.99% | 0.63% | - |
| HSV(B) | 297.14º | 0.74% | 1% | - |
| XYZ | 57.44 | 30.35 | 96.6 | - |
| YUV | 140.37 | 192.13 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 254 | 0.04 | 0.74 | 0 | 0.00 | 297.14 | 0.99 | 0.63 |
| Hex | F5 | 41 | FE | 4 | 4A | 0 | 0 | 129 | 63 | 3F |
| Octal | 365 | 101 | 376 | 4 | 112 | 0 | 0 | 451 | 143 | 77 |
| Binary | 11110101 | 1000001 | 11111110 | 100 | 1001010 | 0 | 0 | 100101001 | 1100011 | 111111 |
Color Harmonies of #F541FE
Complementary color
Monochromatic Colors of #F541FE
Black with #F541FE
Text Example
Text Example
White with #F541FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F541FE; }
p { color: rgb(245,65,254); }
H1.HeaderClassName
{
color: #F541FE;
}
.AnyTagClassName
{
color: #F541FE;
}
</style>
background-color css
<style>
a { background-color: #F541FE; }
a { background-color: rgb(245,65,254); }
div.DivClassName
{
background-color: #F541FE;
}
.BgClassName
{
background-color: #F541FE;
}
</style>
border-color css
<style>
span { border-color: #F541FE; }
span { border-color: rgb(245,65,254); }
td.TdClassName
{
border-color: #F541FE;
}
.TagClassName
{
border-color: #F541FE;
}
</style>