Shades of Pink Flamingo #F565FE
Tints of Pink Flamingo #F565FE
RGB
CMYK
RGB Variations
Color information
#F565FE (or 0xF565FE) is known color: Pink Flamingo. HEX triplet: F5, 65 and FE. RGB value is (245,101,254). Sum of RGB (Red+Green+Blue) = 245+101+254=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 101 (39.84% from 255 or 16.83% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #F565FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F565FE is #0A9A01. Grayscale: #A1A1A1. Windows color (decimal): -694786 or 16672245. OLE color: 16672245.
HSL color Cylindrical-coordinate representation of color #F565FE: hue angle of 296.47º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F565FE is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 101 | 254 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.00 |
| HSL | 296.47º | 0.99% | 0.7% | - |
| HSV(B) | 296.47º | 0.6% | 1% | - |
| XYZ | 60.2 | 35.88 | 97.52 | - |
| YUV | 161.5 | 180.21 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 254 | 0.04 | 0.60 | 0 | 0.00 | 296.47 | 0.99 | 0.7 |
| Hex | F5 | 65 | FE | 4 | 3C | 0 | 0 | 128 | 63 | 46 |
| Octal | 365 | 145 | 376 | 4 | 74 | 0 | 0 | 450 | 143 | 106 |
| Binary | 11110101 | 1100101 | 11111110 | 100 | 111100 | 0 | 0 | 100101000 | 1100011 | 1000110 |
Color Harmonies of #F565FE
Complementary color
Monochromatic Colors of #F565FE
Black with #F565FE
Text Example
Text Example
White with #F565FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565FE; }
p { color: rgb(245,101,254); }
H1.HeaderClassName
{
color: #F565FE;
}
.AnyTagClassName
{
color: #F565FE;
}
</style>
background-color css
<style>
a { background-color: #F565FE; }
a { background-color: rgb(245,101,254); }
div.DivClassName
{
background-color: #F565FE;
}
.BgClassName
{
background-color: #F565FE;
}
</style>
border-color css
<style>
span { border-color: #F565FE; }
span { border-color: rgb(245,101,254); }
td.TdClassName
{
border-color: #F565FE;
}
.TagClassName
{
border-color: #F565FE;
}
</style>