Shades of Pink Flamingo #F366FC
Tints of Pink Flamingo #F366FC
RGB
CMYK
RGB Variations
Color information
#F366FC (or 0xF366FC) is known color: Pink Flamingo. HEX triplet: F3, 66 and FC. RGB value is (243,102,252). Sum of RGB (Red+Green+Blue) = 243+102+252=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 102 (40.23% from 255 or 17.09% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #F366FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F366FC is #0C9903. Grayscale: #A0A0A0. Windows color (decimal): -825604 or 16541427. OLE color: 16541427.
HSL color Cylindrical-coordinate representation of color #F366FC: hue angle of 296.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F366FC is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 102 | 252 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.01 |
| HSL | 296.4º | 0.96% | 0.69% | - |
| HSV(B) | 296.4º | 0.6% | 0.99% | - |
| XYZ | 59.28 | 35.59 | 95.84 | - |
| YUV | 161.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 252 | 0.04 | 0.60 | 0 | 0.01 | 296.4 | 0.96 | 0.69 |
| Hex | F3 | 66 | FC | 4 | 3C | 0 | 1 | 128 | 60 | 45 |
| Octal | 363 | 146 | 374 | 4 | 74 | 0 | 1 | 450 | 140 | 105 |
| Binary | 11110011 | 1100110 | 11111100 | 100 | 111100 | 0 | 1 | 100101000 | 1100000 | 1000101 |
Color Harmonies of #F366FC
Complementary color
Monochromatic Colors of #F366FC
Black with #F366FC
Text Example
Text Example
White with #F366FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F366FC; }
p { color: rgb(243,102,252); }
H1.HeaderClassName
{
color: #F366FC;
}
.AnyTagClassName
{
color: #F366FC;
}
</style>
background-color css
<style>
a { background-color: #F366FC; }
a { background-color: rgb(243,102,252); }
div.DivClassName
{
background-color: #F366FC;
}
.BgClassName
{
background-color: #F366FC;
}
</style>
border-color css
<style>
span { border-color: #F366FC; }
span { border-color: rgb(243,102,252); }
td.TdClassName
{
border-color: #F366FC;
}
.TagClassName
{
border-color: #F366FC;
}
</style>