Shades of Pink Flamingo #F952EE
Tints of Pink Flamingo #F952EE
RGB
CMYK
RGB Variations
Color information
#F952EE (or 0xF952EE) is known color: Pink Flamingo. HEX triplet: F9, 52 and EE. RGB value is (249,82,238). Sum of RGB (Red+Green+Blue) = 249+82+238=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 82 (32.42% from 255 or 14.41% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F952EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F952EE is #06AD11. Grayscale: #959595. Windows color (decimal): -437522 or 15618809. OLE color: 15618809.
HSL color Cylindrical-coordinate representation of color #F952EE: hue angle of 303.95º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F952EE is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 238 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.02 |
| HSL | 303.95º | 0.93% | 0.65% | - |
| HSV(B) | 303.95º | 0.67% | 0.98% | - |
| XYZ | 57.52 | 32.35 | 84.1 | - |
| YUV | 149.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 238 | 0 | 0.67 | 0.04 | 0.02 | 303.95 | 0.93 | 0.65 |
| Hex | F9 | 52 | EE | 0 | 43 | 4 | 2 | 130 | 5D | 41 |
| Octal | 371 | 122 | 356 | 0 | 103 | 4 | 2 | 460 | 135 | 101 |
| Binary | 11111001 | 1010010 | 11101110 | 0 | 1000011 | 100 | 10 | 100110000 | 1011101 | 1000001 |
Color Harmonies of #F952EE
Complementary color
Monochromatic Colors of #F952EE
Black with #F952EE
Text Example
Text Example
White with #F952EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952EE; }
p { color: rgb(249,82,238); }
H1.HeaderClassName
{
color: #F952EE;
}
.AnyTagClassName
{
color: #F952EE;
}
</style>
background-color css
<style>
a { background-color: #F952EE; }
a { background-color: rgb(249,82,238); }
div.DivClassName
{
background-color: #F952EE;
}
.BgClassName
{
background-color: #F952EE;
}
</style>
border-color css
<style>
span { border-color: #F952EE; }
span { border-color: rgb(249,82,238); }
td.TdClassName
{
border-color: #F952EE;
}
.TagClassName
{
border-color: #F952EE;
}
</style>