Shades of Pink Flamingo #F562FE
Tints of Pink Flamingo #F562FE
RGB
CMYK
RGB Variations
Color information
#F562FE (or 0xF562FE) is known color: Pink Flamingo. HEX triplet: F5, 62 and FE. RGB value is (245,98,254). Sum of RGB (Red+Green+Blue) = 245+98+254=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 98 (38.67% from 255 or 16.42% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #F562FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F562FE is #0A9D01. Grayscale: #9F9F9F. Windows color (decimal): -695554 or 16671477. OLE color: 16671477.
HSL color Cylindrical-coordinate representation of color #F562FE: hue angle of 296.54º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F562FE is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 98 | 254 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.00 |
| HSL | 296.54º | 0.99% | 0.69% | - |
| HSV(B) | 296.54º | 0.61% | 1% | - |
| XYZ | 59.91 | 35.3 | 97.42 | - |
| YUV | 159.74 | 181.2 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 254 | 0.04 | 0.61 | 0 | 0.00 | 296.54 | 0.99 | 0.69 |
| Hex | F5 | 62 | FE | 4 | 3D | 0 | 0 | 129 | 63 | 45 |
| Octal | 365 | 142 | 376 | 4 | 75 | 0 | 0 | 451 | 143 | 105 |
| Binary | 11110101 | 1100010 | 11111110 | 100 | 111101 | 0 | 0 | 100101001 | 1100011 | 1000101 |
Color Harmonies of #F562FE
Complementary color
Monochromatic Colors of #F562FE
Black with #F562FE
Text Example
Text Example
White with #F562FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562FE; }
p { color: rgb(245,98,254); }
H1.HeaderClassName
{
color: #F562FE;
}
.AnyTagClassName
{
color: #F562FE;
}
</style>
background-color css
<style>
a { background-color: #F562FE; }
a { background-color: rgb(245,98,254); }
div.DivClassName
{
background-color: #F562FE;
}
.BgClassName
{
background-color: #F562FE;
}
</style>
border-color css
<style>
span { border-color: #F562FE; }
span { border-color: rgb(245,98,254); }
td.TdClassName
{
border-color: #F562FE;
}
.TagClassName
{
border-color: #F562FE;
}
</style>