Shades of Pink Flamingo #F955F3
Tints of Pink Flamingo #F955F3
RGB
CMYK
RGB Variations
Color information
#F955F3 (or 0xF955F3) is known color: Pink Flamingo. HEX triplet: F9, 55 and F3. RGB value is (249,85,243). Sum of RGB (Red+Green+Blue) = 249+85+243=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 85 (33.59% from 255 or 14.73% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F955F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F955F3 is #06AA0C. Grayscale: #979797. Windows color (decimal): -436749 or 15947257. OLE color: 15947257.
HSL color Cylindrical-coordinate representation of color #F955F3: hue angle of 302.2º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F955F3 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 243 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.02 |
| HSL | 302.2º | 0.93% | 0.65% | - |
| HSV(B) | 302.2º | 0.66% | 0.98% | - |
| XYZ | 58.49 | 33.11 | 88.1 | - |
| YUV | 152.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 243 | 0 | 0.66 | 0.02 | 0.02 | 302.2 | 0.93 | 0.65 |
| Hex | F9 | 55 | F3 | 0 | 42 | 2 | 2 | 12E | 5D | 41 |
| Octal | 371 | 125 | 363 | 0 | 102 | 2 | 2 | 456 | 135 | 101 |
| Binary | 11111001 | 1010101 | 11110011 | 0 | 1000010 | 10 | 10 | 100101110 | 1011101 | 1000001 |
Color Harmonies of #F955F3
Complementary color
Monochromatic Colors of #F955F3
Black with #F955F3
Text Example
Text Example
White with #F955F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F955F3; }
p { color: rgb(249,85,243); }
H1.HeaderClassName
{
color: #F955F3;
}
.AnyTagClassName
{
color: #F955F3;
}
</style>
background-color css
<style>
a { background-color: #F955F3; }
a { background-color: rgb(249,85,243); }
div.DivClassName
{
background-color: #F955F3;
}
.BgClassName
{
background-color: #F955F3;
}
</style>
border-color css
<style>
span { border-color: #F955F3; }
span { border-color: rgb(249,85,243); }
td.TdClassName
{
border-color: #F955F3;
}
.TagClassName
{
border-color: #F955F3;
}
</style>