Shades of Pink Flamingo #F653FE
Tints of Pink Flamingo #F653FE
RGB
CMYK
RGB Variations
Color information
#F653FE (or 0xF653FE) is known color: Pink Flamingo. HEX triplet: F6, 53 and FE. RGB value is (246,83,254). Sum of RGB (Red+Green+Blue) = 246+83+254=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 83 (32.81% from 255 or 14.24% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #F653FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F653FE is #09AC01. Grayscale: #969696. Windows color (decimal): -633858 or 16667638. OLE color: 16667638.
HSL color Cylindrical-coordinate representation of color #F653FE: hue angle of 297.19º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F653FE is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 83 | 254 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.00 |
| HSL | 297.19º | 0.99% | 0.66% | - |
| HSV(B) | 297.19º | 0.67% | 1% | - |
| XYZ | 58.99 | 32.94 | 97.01 | - |
| YUV | 151.23 | 186 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 254 | 0.03 | 0.67 | 0 | 0.00 | 297.19 | 0.99 | 0.66 |
| Hex | F6 | 53 | FE | 3 | 43 | 0 | 0 | 129 | 63 | 42 |
| Octal | 366 | 123 | 376 | 3 | 103 | 0 | 0 | 451 | 143 | 102 |
| Binary | 11110110 | 1010011 | 11111110 | 11 | 1000011 | 0 | 0 | 100101001 | 1100011 | 1000010 |
Color Harmonies of #F653FE
Complementary color
Monochromatic Colors of #F653FE
Black with #F653FE
Text Example
Text Example
White with #F653FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653FE; }
p { color: rgb(246,83,254); }
H1.HeaderClassName
{
color: #F653FE;
}
.AnyTagClassName
{
color: #F653FE;
}
</style>
background-color css
<style>
a { background-color: #F653FE; }
a { background-color: rgb(246,83,254); }
div.DivClassName
{
background-color: #F653FE;
}
.BgClassName
{
background-color: #F653FE;
}
</style>
border-color css
<style>
span { border-color: #F653FE; }
span { border-color: rgb(246,83,254); }
td.TdClassName
{
border-color: #F653FE;
}
.TagClassName
{
border-color: #F653FE;
}
</style>