Shades of Pink Flamingo #F94CFB
Tints of Pink Flamingo #F94CFB
RGB
CMYK
RGB Variations
Color information
#F94CFB (or 0xF94CFB) is known color: Pink Flamingo. HEX triplet: F9, 4C and FB. RGB value is (249,76,251). Sum of RGB (Red+Green+Blue) = 249+76+251=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 76 (30.08% from 255 or 13.19% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #F94CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94CFB is #06B304. Grayscale: #939393. Windows color (decimal): -439045 or 16469241. OLE color: 16469241.
HSL color Cylindrical-coordinate representation of color #F94CFB: hue angle of 299.31º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94CFB is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 251 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.02 |
| HSL | 299.31º | 0.96% | 0.64% | - |
| HSV(B) | 299.31º | 0.7% | 0.98% | - |
| XYZ | 59.06 | 32.27 | 94.38 | - |
| YUV | 147.68 | 186.31 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 251 | 0.01 | 0.70 | 0 | 0.02 | 299.31 | 0.96 | 0.64 |
| Hex | F9 | 4C | FB | 1 | 46 | 0 | 2 | 12B | 60 | 40 |
| Octal | 371 | 114 | 373 | 1 | 106 | 0 | 2 | 453 | 140 | 100 |
| Binary | 11111001 | 1001100 | 11111011 | 1 | 1000110 | 0 | 10 | 100101011 | 1100000 | 1000000 |
Color Harmonies of #F94CFB
Complementary color
Monochromatic Colors of #F94CFB
Black with #F94CFB
Text Example
Text Example
White with #F94CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94CFB; }
p { color: rgb(249,76,251); }
H1.HeaderClassName
{
color: #F94CFB;
}
.AnyTagClassName
{
color: #F94CFB;
}
</style>
background-color css
<style>
a { background-color: #F94CFB; }
a { background-color: rgb(249,76,251); }
div.DivClassName
{
background-color: #F94CFB;
}
.BgClassName
{
background-color: #F94CFB;
}
</style>
border-color css
<style>
span { border-color: #F94CFB; }
span { border-color: rgb(249,76,251); }
td.TdClassName
{
border-color: #F94CFB;
}
.TagClassName
{
border-color: #F94CFB;
}
</style>