Shades of Pink Flamingo #F952ED
Tints of Pink Flamingo #F952ED
RGB
CMYK
RGB Variations
Color information
#F952ED (or 0xF952ED) is known color: Pink Flamingo. HEX triplet: F9, 52 and ED. RGB value is (249,82,237). Sum of RGB (Red+Green+Blue) = 249+82+237=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 82 (32.42% from 255 or 14.44% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F952ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F952ED is #06AD12. Grayscale: #959595. Windows color (decimal): -437523 or 15553273. OLE color: 15553273.
HSL color Cylindrical-coordinate representation of color #F952ED: hue angle of 304.31º 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 #F952ED is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 237 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.02 |
| HSL | 304.31º | 0.93% | 0.65% | - |
| HSV(B) | 304.31º | 0.67% | 0.98% | - |
| XYZ | 57.37 | 32.29 | 83.33 | - |
| YUV | 149.6 | 177.33 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 237 | 0 | 0.67 | 0.05 | 0.02 | 304.31 | 0.93 | 0.65 |
| Hex | F9 | 52 | ED | 0 | 43 | 5 | 2 | 130 | 5D | 41 |
| Octal | 371 | 122 | 355 | 0 | 103 | 5 | 2 | 460 | 135 | 101 |
| Binary | 11111001 | 1010010 | 11101101 | 0 | 1000011 | 101 | 10 | 100110000 | 1011101 | 1000001 |
Color Harmonies of #F952ED
Complementary color
Monochromatic Colors of #F952ED
Black with #F952ED
Text Example
Text Example
White with #F952ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952ED; }
p { color: rgb(249,82,237); }
H1.HeaderClassName
{
color: #F952ED;
}
.AnyTagClassName
{
color: #F952ED;
}
</style>
background-color css
<style>
a { background-color: #F952ED; }
a { background-color: rgb(249,82,237); }
div.DivClassName
{
background-color: #F952ED;
}
.BgClassName
{
background-color: #F952ED;
}
</style>
border-color css
<style>
span { border-color: #F952ED; }
span { border-color: rgb(249,82,237); }
td.TdClassName
{
border-color: #F952ED;
}
.TagClassName
{
border-color: #F952ED;
}
</style>