Shades of Pink Flamingo #F946FD
Tints of Pink Flamingo #F946FD
RGB
CMYK
RGB Variations
Color information
#F946FD (or 0xF946FD) is known color: Pink Flamingo. HEX triplet: F9, 46 and FD. RGB value is (249,70,253). Sum of RGB (Red+Green+Blue) = 249+70+253=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 70 (27.73% from 255 or 12.24% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #F946FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F946FD is #06B902. Grayscale: #8F8F8F. Windows color (decimal): -440579 or 16598777. OLE color: 16598777.
HSL color Cylindrical-coordinate representation of color #F946FD: hue angle of 298.69º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F946FD is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 70 | 253 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.01 |
| HSL | 298.69º | 0.98% | 0.63% | - |
| HSV(B) | 298.69º | 0.72% | 0.99% | - |
| XYZ | 58.99 | 31.61 | 95.92 | - |
| YUV | 144.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 253 | 0.02 | 0.72 | 0 | 0.01 | 298.69 | 0.98 | 0.63 |
| Hex | F9 | 46 | FD | 2 | 48 | 0 | 1 | 12B | 62 | 3F |
| Octal | 371 | 106 | 375 | 2 | 110 | 0 | 1 | 453 | 142 | 77 |
| Binary | 11111001 | 1000110 | 11111101 | 10 | 1001000 | 0 | 1 | 100101011 | 1100010 | 111111 |
Color Harmonies of #F946FD
Complementary color
Monochromatic Colors of #F946FD
Black with #F946FD
Text Example
Text Example
White with #F946FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F946FD; }
p { color: rgb(249,70,253); }
H1.HeaderClassName
{
color: #F946FD;
}
.AnyTagClassName
{
color: #F946FD;
}
</style>
background-color css
<style>
a { background-color: #F946FD; }
a { background-color: rgb(249,70,253); }
div.DivClassName
{
background-color: #F946FD;
}
.BgClassName
{
background-color: #F946FD;
}
</style>
border-color css
<style>
span { border-color: #F946FD; }
span { border-color: rgb(249,70,253); }
td.TdClassName
{
border-color: #F946FD;
}
.TagClassName
{
border-color: #F946FD;
}
</style>