Shades of Pink Flamingo #F853F0
Tints of Pink Flamingo #F853F0
RGB
CMYK
RGB Variations
Color information
#F853F0 (or 0xF853F0) is known color: Pink Flamingo. HEX triplet: F8, 53 and F0. RGB value is (248,83,240). Sum of RGB (Red+Green+Blue) = 248+83+240=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 83 (32.81% from 255 or 14.54% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F853F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F853F0 is #07AC0F. Grayscale: #959595. Windows color (decimal): -502800 or 15750136. OLE color: 15750136.
HSL color Cylindrical-coordinate representation of color #F853F0: hue angle of 302.91º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F853F0 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 240 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.03 |
| HSL | 302.91º | 0.92% | 0.65% | - |
| HSV(B) | 302.91º | 0.67% | 0.97% | - |
| XYZ | 57.53 | 32.43 | 85.67 | - |
| YUV | 150.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 240 | 0 | 0.67 | 0.03 | 0.03 | 302.91 | 0.92 | 0.65 |
| Hex | F8 | 53 | F0 | 0 | 43 | 3 | 3 | 12F | 5C | 41 |
| Octal | 370 | 123 | 360 | 0 | 103 | 3 | 3 | 457 | 134 | 101 |
| Binary | 11111000 | 1010011 | 11110000 | 0 | 1000011 | 11 | 11 | 100101111 | 1011100 | 1000001 |
Color Harmonies of #F853F0
Complementary color
Monochromatic Colors of #F853F0
Black with #F853F0
Text Example
Text Example
White with #F853F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F853F0; }
p { color: rgb(248,83,240); }
H1.HeaderClassName
{
color: #F853F0;
}
.AnyTagClassName
{
color: #F853F0;
}
</style>
background-color css
<style>
a { background-color: #F853F0; }
a { background-color: rgb(248,83,240); }
div.DivClassName
{
background-color: #F853F0;
}
.BgClassName
{
background-color: #F853F0;
}
</style>
border-color css
<style>
span { border-color: #F853F0; }
span { border-color: rgb(248,83,240); }
td.TdClassName
{
border-color: #F853F0;
}
.TagClassName
{
border-color: #F853F0;
}
</style>