Shades of Pink Flamingo #F542FF
Tints of Pink Flamingo #F542FF
RGB
CMYK
RGB Variations
Color information
#F542FF (or 0xF542FF) is known color: Pink Flamingo. HEX triplet: F5, 42 and FF. RGB value is (245,66,255). Sum of RGB (Red+Green+Blue) = 245+66+255=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 66 (26.17% from 255 or 11.66% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #F542FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F542FF is #0ABD00. Grayscale: #8C8C8C. Windows color (decimal): -703745 or 16728821. OLE color: 16728821.
HSL color Cylindrical-coordinate representation of color #F542FF: hue angle of 296.83º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F542FF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 66 | 255 | - |
| CMYK | 0.04 | 0.74 | 0 | 0 |
| HSL | 296.83º | 1% | 0.63% | - |
| HSV(B) | 296.83º | 0.74% | 1% | - |
| XYZ | 57.65 | 30.53 | 97.46 | - |
| YUV | 141.07 | 192.3 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 255 | 0.04 | 0.74 | 0 | 0 | 296.83 | 1 | 0.63 |
| Hex | F5 | 42 | FF | 4 | 4A | 0 | 0 | 129 | 64 | 3F |
| Octal | 365 | 102 | 377 | 4 | 112 | 0 | 0 | 451 | 144 | 77 |
| Binary | 11110101 | 1000010 | 11111111 | 100 | 1001010 | 0 | 0 | 100101001 | 1100100 | 111111 |
Color Harmonies of #F542FF
Complementary color
Monochromatic Colors of #F542FF
Black with #F542FF
Text Example
Text Example
White with #F542FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F542FF; }
p { color: rgb(245,66,255); }
H1.HeaderClassName
{
color: #F542FF;
}
.AnyTagClassName
{
color: #F542FF;
}
</style>
background-color css
<style>
a { background-color: #F542FF; }
a { background-color: rgb(245,66,255); }
div.DivClassName
{
background-color: #F542FF;
}
.BgClassName
{
background-color: #F542FF;
}
</style>
border-color css
<style>
span { border-color: #F542FF; }
span { border-color: rgb(245,66,255); }
td.TdClassName
{
border-color: #F542FF;
}
.TagClassName
{
border-color: #F542FF;
}
</style>