Shades of Pink Flamingo #F952FF
Tints of Pink Flamingo #F952FF
RGB
CMYK
RGB Variations
Color information
#F952FF (or 0xF952FF) is known color: Pink Flamingo. HEX triplet: F9, 52 and FF. RGB value is (249,82,255). Sum of RGB (Red+Green+Blue) = 249+82+255=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 82 (32.42% from 255 or 13.99% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #F952FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F952FF is #06AD00. Grayscale: #979797. Windows color (decimal): -437505 or 16732921. OLE color: 16732921.
HSL color Cylindrical-coordinate representation of color #F952FF: hue angle of 297.92º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F952FF is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 82 | 255 | - |
| CMYK | 0.02 | 0.68 | 0 | 0 |
| HSL | 297.92º | 1% | 0.66% | - |
| HSV(B) | 297.92º | 0.68% | 1% | - |
| XYZ | 60.13 | 33.39 | 97.88 | - |
| YUV | 151.66 | 186.33 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 255 | 0.02 | 0.68 | 0 | 0 | 297.92 | 1 | 0.66 |
| Hex | F9 | 52 | FF | 2 | 44 | 0 | 0 | 12A | 64 | 42 |
| Octal | 371 | 122 | 377 | 2 | 104 | 0 | 0 | 452 | 144 | 102 |
| Binary | 11111001 | 1010010 | 11111111 | 10 | 1000100 | 0 | 0 | 100101010 | 1100100 | 1000010 |
Color Harmonies of #F952FF
Complementary color
Monochromatic Colors of #F952FF
Black with #F952FF
Text Example
Text Example
White with #F952FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952FF; }
p { color: rgb(249,82,255); }
H1.HeaderClassName
{
color: #F952FF;
}
.AnyTagClassName
{
color: #F952FF;
}
</style>
background-color css
<style>
a { background-color: #F952FF; }
a { background-color: rgb(249,82,255); }
div.DivClassName
{
background-color: #F952FF;
}
.BgClassName
{
background-color: #F952FF;
}
</style>
border-color css
<style>
span { border-color: #F952FF; }
span { border-color: rgb(249,82,255); }
td.TdClassName
{
border-color: #F952FF;
}
.TagClassName
{
border-color: #F952FF;
}
</style>