Shades of Pink Flamingo #F562FF
Tints of Pink Flamingo #F562FF
RGB
CMYK
RGB Variations
Color information
#F562FF (or 0xF562FF) is known color: Pink Flamingo. HEX triplet: F5, 62 and FF. RGB value is (245,98,255). Sum of RGB (Red+Green+Blue) = 245+98+255=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 98 (38.67% from 255 or 16.39% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #F562FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F562FF is #0A9D00. Grayscale: #9F9F9F. Windows color (decimal): -695553 or 16737013. OLE color: 16737013.
HSL color Cylindrical-coordinate representation of color #F562FF: hue angle of 296.18º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F562FF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 98 | 255 | - |
| CMYK | 0.04 | 0.62 | 0 | 0 |
| HSL | 296.18º | 1% | 0.69% | - |
| HSV(B) | 296.18º | 0.62% | 1% | - |
| XYZ | 60.07 | 35.37 | 98.27 | - |
| YUV | 159.85 | 181.7 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 255 | 0.04 | 0.62 | 0 | 0 | 296.18 | 1 | 0.69 |
| Hex | F5 | 62 | FF | 4 | 3E | 0 | 0 | 128 | 64 | 45 |
| Octal | 365 | 142 | 377 | 4 | 76 | 0 | 0 | 450 | 144 | 105 |
| Binary | 11110101 | 1100010 | 11111111 | 100 | 111110 | 0 | 0 | 100101000 | 1100100 | 1000101 |
Color Harmonies of #F562FF
Complementary color
Monochromatic Colors of #F562FF
Black with #F562FF
Text Example
Text Example
White with #F562FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562FF; }
p { color: rgb(245,98,255); }
H1.HeaderClassName
{
color: #F562FF;
}
.AnyTagClassName
{
color: #F562FF;
}
</style>
background-color css
<style>
a { background-color: #F562FF; }
a { background-color: rgb(245,98,255); }
div.DivClassName
{
background-color: #F562FF;
}
.BgClassName
{
background-color: #F562FF;
}
</style>
border-color css
<style>
span { border-color: #F562FF; }
span { border-color: rgb(245,98,255); }
td.TdClassName
{
border-color: #F562FF;
}
.TagClassName
{
border-color: #F562FF;
}
</style>