Shades of Pink Flamingo #F953FD
Tints of Pink Flamingo #F953FD
RGB
CMYK
RGB Variations
Color information
#F953FD (or 0xF953FD) is known color: Pink Flamingo. HEX triplet: F9, 53 and FD. RGB value is (249,83,253). Sum of RGB (Red+Green+Blue) = 249+83+253=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 83 (32.81% from 255 or 14.19% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #F953FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953FD is #06AC02. Grayscale: #979797. Windows color (decimal): -437251 or 16602105. OLE color: 16602105.
HSL color Cylindrical-coordinate representation of color #F953FD: hue angle of 298.59º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F953FD is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 83 | 253 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.01 |
| HSL | 298.59º | 0.98% | 0.66% | - |
| HSV(B) | 298.59º | 0.67% | 0.99% | - |
| XYZ | 59.89 | 33.42 | 96.22 | - |
| YUV | 152.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 253 | 0.02 | 0.67 | 0 | 0.01 | 298.59 | 0.98 | 0.66 |
| Hex | F9 | 53 | FD | 2 | 43 | 0 | 1 | 12B | 62 | 42 |
| Octal | 371 | 123 | 375 | 2 | 103 | 0 | 1 | 453 | 142 | 102 |
| Binary | 11111001 | 1010011 | 11111101 | 10 | 1000011 | 0 | 1 | 100101011 | 1100010 | 1000010 |
Color Harmonies of #F953FD
Complementary color
Monochromatic Colors of #F953FD
Black with #F953FD
Text Example
Text Example
White with #F953FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953FD; }
p { color: rgb(249,83,253); }
H1.HeaderClassName
{
color: #F953FD;
}
.AnyTagClassName
{
color: #F953FD;
}
</style>
background-color css
<style>
a { background-color: #F953FD; }
a { background-color: rgb(249,83,253); }
div.DivClassName
{
background-color: #F953FD;
}
.BgClassName
{
background-color: #F953FD;
}
</style>
border-color css
<style>
span { border-color: #F953FD; }
span { border-color: rgb(249,83,253); }
td.TdClassName
{
border-color: #F953FD;
}
.TagClassName
{
border-color: #F953FD;
}
</style>