Shades of Pink Flamingo #F953FF
Tints of Pink Flamingo #F953FF
RGB
CMYK
RGB Variations
Color information
#F953FF (or 0xF953FF) is known color: Pink Flamingo. HEX triplet: F9, 53 and FF. RGB value is (249,83,255). Sum of RGB (Red+Green+Blue) = 249+83+255=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 83 (32.81% from 255 or 14.14% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #F953FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953FF is #06AC00. Grayscale: #979797. Windows color (decimal): -437249 or 16733177. OLE color: 16733177.
HSL color Cylindrical-coordinate representation of color #F953FF: hue angle of 297.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F953FF is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 83 | 255 | - |
| CMYK | 0.02 | 0.67 | 0 | 0 |
| HSL | 297.91º | 1% | 0.66% | - |
| HSV(B) | 297.91º | 0.67% | 1% | - |
| XYZ | 60.21 | 33.55 | 97.91 | - |
| YUV | 152.24 | 186 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 255 | 0.02 | 0.67 | 0 | 0 | 297.91 | 1 | 0.66 |
| Hex | F9 | 53 | FF | 2 | 43 | 0 | 0 | 12A | 64 | 42 |
| Octal | 371 | 123 | 377 | 2 | 103 | 0 | 0 | 452 | 144 | 102 |
| Binary | 11111001 | 1010011 | 11111111 | 10 | 1000011 | 0 | 0 | 100101010 | 1100100 | 1000010 |
Color Harmonies of #F953FF
Complementary color
Monochromatic Colors of #F953FF
Black with #F953FF
Text Example
Text Example
White with #F953FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953FF; }
p { color: rgb(249,83,255); }
H1.HeaderClassName
{
color: #F953FF;
}
.AnyTagClassName
{
color: #F953FF;
}
</style>
background-color css
<style>
a { background-color: #F953FF; }
a { background-color: rgb(249,83,255); }
div.DivClassName
{
background-color: #F953FF;
}
.BgClassName
{
background-color: #F953FF;
}
</style>
border-color css
<style>
span { border-color: #F953FF; }
span { border-color: rgb(249,83,255); }
td.TdClassName
{
border-color: #F953FF;
}
.TagClassName
{
border-color: #F953FF;
}
</style>