Shades of Pink Flamingo #F359FE
Tints of Pink Flamingo #F359FE
RGB
CMYK
RGB Variations
Color information
#F359FE (or 0xF359FE) is known color: Pink Flamingo. HEX triplet: F3, 59 and FE. RGB value is (243,89,254). Sum of RGB (Red+Green+Blue) = 243+89+254=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 89 (35.16% from 255 or 15.19% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #F359FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F359FE is #0CA601. Grayscale: #999999. Windows color (decimal): -828930 or 16669171. OLE color: 16669171.
HSL color Cylindrical-coordinate representation of color #F359FE: hue angle of 296º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F359FE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 89 | 254 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.00 |
| HSL | 296º | 0.99% | 0.67% | - |
| HSV(B) | 296º | 0.65% | 1% | - |
| XYZ | 58.42 | 33.36 | 97.12 | - |
| YUV | 153.86 | 184.52 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 89 | 254 | 0.04 | 0.65 | 0 | 0.00 | 296 | 0.99 | 0.67 |
| Hex | F3 | 59 | FE | 4 | 41 | 0 | 0 | 128 | 63 | 43 |
| Octal | 363 | 131 | 376 | 4 | 101 | 0 | 0 | 450 | 143 | 103 |
| Binary | 11110011 | 1011001 | 11111110 | 100 | 1000001 | 0 | 0 | 100101000 | 1100011 | 1000011 |
Color Harmonies of #F359FE
Complementary color
Monochromatic Colors of #F359FE
Black with #F359FE
Text Example
Text Example
White with #F359FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F359FE; }
p { color: rgb(243,89,254); }
H1.HeaderClassName
{
color: #F359FE;
}
.AnyTagClassName
{
color: #F359FE;
}
</style>
background-color css
<style>
a { background-color: #F359FE; }
a { background-color: rgb(243,89,254); }
div.DivClassName
{
background-color: #F359FE;
}
.BgClassName
{
background-color: #F359FE;
}
</style>
border-color css
<style>
span { border-color: #F359FE; }
span { border-color: rgb(243,89,254); }
td.TdClassName
{
border-color: #F359FE;
}
.TagClassName
{
border-color: #F359FE;
}
</style>