Shades of Pink Flamingo #F568FE
Tints of Pink Flamingo #F568FE
RGB
CMYK
RGB Variations
Color information
#F568FE (or 0xF568FE) is known color: Pink Flamingo. HEX triplet: F5, 68 and FE. RGB value is (245,104,254). Sum of RGB (Red+Green+Blue) = 245+104+254=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 104 (41.02% from 255 or 17.25% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #F568FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F568FE is #0A9701. Grayscale: #A2A2A2. Windows color (decimal): -694018 or 16673013. OLE color: 16673013.
HSL color Cylindrical-coordinate representation of color #F568FE: hue angle of 296.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F568FE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 104 | 254 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.00 |
| HSL | 296.4º | 0.99% | 0.7% | - |
| HSV(B) | 296.4º | 0.59% | 1% | - |
| XYZ | 60.5 | 36.47 | 97.62 | - |
| YUV | 163.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 254 | 0.04 | 0.59 | 0 | 0.00 | 296.4 | 0.99 | 0.7 |
| Hex | F5 | 68 | FE | 4 | 3B | 0 | 0 | 128 | 63 | 46 |
| Octal | 365 | 150 | 376 | 4 | 73 | 0 | 0 | 450 | 143 | 106 |
| Binary | 11110101 | 1101000 | 11111110 | 100 | 111011 | 0 | 0 | 100101000 | 1100011 | 1000110 |
Color Harmonies of #F568FE
Complementary color
Monochromatic Colors of #F568FE
Black with #F568FE
Text Example
Text Example
White with #F568FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568FE; }
p { color: rgb(245,104,254); }
H1.HeaderClassName
{
color: #F568FE;
}
.AnyTagClassName
{
color: #F568FE;
}
</style>
background-color css
<style>
a { background-color: #F568FE; }
a { background-color: rgb(245,104,254); }
div.DivClassName
{
background-color: #F568FE;
}
.BgClassName
{
background-color: #F568FE;
}
</style>
border-color css
<style>
span { border-color: #F568FE; }
span { border-color: rgb(245,104,254); }
td.TdClassName
{
border-color: #F568FE;
}
.TagClassName
{
border-color: #F568FE;
}
</style>