Shades of Pink Flamingo #F366FE
Tints of Pink Flamingo #F366FE
RGB
CMYK
RGB Variations
Color information
#F366FE (or 0xF366FE) is known color: Pink Flamingo. HEX triplet: F3, 66 and FE. RGB value is (243,102,254). Sum of RGB (Red+Green+Blue) = 243+102+254=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 102 (40.23% from 255 or 17.03% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #F366FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F366FE is #0C9901. Grayscale: #A1A1A1. Windows color (decimal): -825602 or 16672499. OLE color: 16672499.
HSL color Cylindrical-coordinate representation of color #F366FE: hue angle of 295.66º 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 #F366FE is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 102 | 254 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.00 |
| HSL | 295.66º | 0.99% | 0.7% | - |
| HSV(B) | 295.66º | 0.6% | 1% | - |
| XYZ | 59.6 | 35.71 | 97.52 | - |
| YUV | 161.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 254 | 0.04 | 0.60 | 0 | 0.00 | 295.66 | 0.99 | 0.7 |
| Hex | F3 | 66 | FE | 4 | 3C | 0 | 0 | 128 | 63 | 46 |
| Octal | 363 | 146 | 376 | 4 | 74 | 0 | 0 | 450 | 143 | 106 |
| Binary | 11110011 | 1100110 | 11111110 | 100 | 111100 | 0 | 0 | 100101000 | 1100011 | 1000110 |
Color Harmonies of #F366FE
Complementary color
Monochromatic Colors of #F366FE
Black with #F366FE
Text Example
Text Example
White with #F366FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F366FE; }
p { color: rgb(243,102,254); }
H1.HeaderClassName
{
color: #F366FE;
}
.AnyTagClassName
{
color: #F366FE;
}
</style>
background-color css
<style>
a { background-color: #F366FE; }
a { background-color: rgb(243,102,254); }
div.DivClassName
{
background-color: #F366FE;
}
.BgClassName
{
background-color: #F366FE;
}
</style>
border-color css
<style>
span { border-color: #F366FE; }
span { border-color: rgb(243,102,254); }
td.TdClassName
{
border-color: #F366FE;
}
.TagClassName
{
border-color: #F366FE;
}
</style>