Shades of Pink Flamingo #F853F9
Tints of Pink Flamingo #F853F9
RGB
CMYK
RGB Variations
Color information
#F853F9 (or 0xF853F9) is known color: Pink Flamingo. HEX triplet: F8, 53 and F9. RGB value is (248,83,249). Sum of RGB (Red+Green+Blue) = 248+83+249=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 83 (32.81% from 255 or 14.31% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #F853F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F853F9 is #07AC06. Grayscale: #969696. Windows color (decimal): -502791 or 16339960. OLE color: 16339960.
HSL color Cylindrical-coordinate representation of color #F853F9: hue angle of 299.64º 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 #F853F9 is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 83 | 249 | - |
| CMYK | 0.00 | 0.67 | 0 | 0.02 |
| HSL | 299.64º | 0.93% | 0.65% | - |
| HSV(B) | 299.64º | 0.67% | 0.98% | - |
| XYZ | 58.9 | 32.98 | 92.88 | - |
| YUV | 151.26 | 183.16 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 249 | 0.00 | 0.67 | 0 | 0.02 | 299.64 | 0.93 | 0.65 |
| Hex | F8 | 53 | F9 | 0 | 43 | 0 | 2 | 12C | 5D | 41 |
| Octal | 370 | 123 | 371 | 0 | 103 | 0 | 2 | 454 | 135 | 101 |
| Binary | 11111000 | 1010011 | 11111001 | 0 | 1000011 | 0 | 10 | 100101100 | 1011101 | 1000001 |
Color Harmonies of #F853F9
Complementary color
Monochromatic Colors of #F853F9
Black with #F853F9
Text Example
Text Example
White with #F853F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F853F9; }
p { color: rgb(248,83,249); }
H1.HeaderClassName
{
color: #F853F9;
}
.AnyTagClassName
{
color: #F853F9;
}
</style>
background-color css
<style>
a { background-color: #F853F9; }
a { background-color: rgb(248,83,249); }
div.DivClassName
{
background-color: #F853F9;
}
.BgClassName
{
background-color: #F853F9;
}
</style>
border-color css
<style>
span { border-color: #F853F9; }
span { border-color: rgb(248,83,249); }
td.TdClassName
{
border-color: #F853F9;
}
.TagClassName
{
border-color: #F853F9;
}
</style>