Shades of Pink Flamingo #F955FD
Tints of Pink Flamingo #F955FD
RGB
CMYK
RGB Variations
Color information
#F955FD (or 0xF955FD) is known color: Pink Flamingo. HEX triplet: F9, 55 and FD. RGB value is (249,85,253). Sum of RGB (Red+Green+Blue) = 249+85+253=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 85 (33.59% from 255 or 14.48% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #F955FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F955FD is #06AA02. Grayscale: #989898. Windows color (decimal): -436739 or 16602617. OLE color: 16602617.
HSL color Cylindrical-coordinate representation of color #F955FD: hue angle of 298.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F955FD is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 85 | 253 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.01 |
| HSL | 298.57º | 0.98% | 0.66% | - |
| HSV(B) | 298.57º | 0.66% | 0.99% | - |
| XYZ | 60.05 | 33.73 | 96.27 | - |
| YUV | 153.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 253 | 0.02 | 0.66 | 0 | 0.01 | 298.57 | 0.98 | 0.66 |
| Hex | F9 | 55 | FD | 2 | 42 | 0 | 1 | 12B | 62 | 42 |
| Octal | 371 | 125 | 375 | 2 | 102 | 0 | 1 | 453 | 142 | 102 |
| Binary | 11111001 | 1010101 | 11111101 | 10 | 1000010 | 0 | 1 | 100101011 | 1100010 | 1000010 |
Color Harmonies of #F955FD
Complementary color
Monochromatic Colors of #F955FD
Black with #F955FD
Text Example
Text Example
White with #F955FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F955FD; }
p { color: rgb(249,85,253); }
H1.HeaderClassName
{
color: #F955FD;
}
.AnyTagClassName
{
color: #F955FD;
}
</style>
background-color css
<style>
a { background-color: #F955FD; }
a { background-color: rgb(249,85,253); }
div.DivClassName
{
background-color: #F955FD;
}
.BgClassName
{
background-color: #F955FD;
}
</style>
border-color css
<style>
span { border-color: #F955FD; }
span { border-color: rgb(249,85,253); }
td.TdClassName
{
border-color: #F955FD;
}
.TagClassName
{
border-color: #F955FD;
}
</style>