Shades of Pink Flamingo #F966FB
Tints of Pink Flamingo #F966FB
RGB
CMYK
RGB Variations
Color information
#F966FB (or 0xF966FB) is known color: Pink Flamingo. HEX triplet: F9, 66 and FB. RGB value is (249,102,251). Sum of RGB (Red+Green+Blue) = 249+102+251=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 102 (40.23% from 255 or 16.94% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #F966FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966FB is #069904. Grayscale: #A2A2A2. Windows color (decimal): -432389 or 16475897. OLE color: 16475897.
HSL color Cylindrical-coordinate representation of color #F966FB: hue angle of 299.19º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F966FB is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 251 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.02 |
| HSL | 299.19º | 0.95% | 0.69% | - |
| HSV(B) | 299.19º | 0.59% | 0.98% | - |
| XYZ | 61.23 | 36.61 | 95.11 | - |
| YUV | 162.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 251 | 0.01 | 0.59 | 0 | 0.02 | 299.19 | 0.95 | 0.69 |
| Hex | F9 | 66 | FB | 1 | 3B | 0 | 2 | 12B | 5F | 45 |
| Octal | 371 | 146 | 373 | 1 | 73 | 0 | 2 | 453 | 137 | 105 |
| Binary | 11111001 | 1100110 | 11111011 | 1 | 111011 | 0 | 10 | 100101011 | 1011111 | 1000101 |
Color Harmonies of #F966FB
Complementary color
Monochromatic Colors of #F966FB
Black with #F966FB
Text Example
Text Example
White with #F966FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966FB; }
p { color: rgb(249,102,251); }
H1.HeaderClassName
{
color: #F966FB;
}
.AnyTagClassName
{
color: #F966FB;
}
</style>
background-color css
<style>
a { background-color: #F966FB; }
a { background-color: rgb(249,102,251); }
div.DivClassName
{
background-color: #F966FB;
}
.BgClassName
{
background-color: #F966FB;
}
</style>
border-color css
<style>
span { border-color: #F966FB; }
span { border-color: rgb(249,102,251); }
td.TdClassName
{
border-color: #F966FB;
}
.TagClassName
{
border-color: #F966FB;
}
</style>