Shades of Pink Flamingo #F843F0
Tints of Pink Flamingo #F843F0
RGB
CMYK
RGB Variations
Color information
#F843F0 (or 0xF843F0) is known color: Pink Flamingo. HEX triplet: F8, 43 and F0. RGB value is (248,67,240). Sum of RGB (Red+Green+Blue) = 248+67+240=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 67 (26.56% from 255 or 12.07% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F843F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F843F0 is #07BC0F. Grayscale: #8C8C8C. Windows color (decimal): -506896 or 15746040. OLE color: 15746040.
HSL color Cylindrical-coordinate representation of color #F843F0: hue angle of 302.65º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F843F0 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 240 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.03 |
| HSL | 302.65º | 0.93% | 0.62% | - |
| HSV(B) | 302.65º | 0.73% | 0.97% | - |
| XYZ | 56.45 | 30.26 | 85.3 | - |
| YUV | 140.84 | 183.97 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 240 | 0 | 0.73 | 0.03 | 0.03 | 302.65 | 0.93 | 0.62 |
| Hex | F8 | 43 | F0 | 0 | 49 | 3 | 3 | 12F | 5D | 3E |
| Octal | 370 | 103 | 360 | 0 | 111 | 3 | 3 | 457 | 135 | 76 |
| Binary | 11111000 | 1000011 | 11110000 | 0 | 1001001 | 11 | 11 | 100101111 | 1011101 | 111110 |
Color Harmonies of #F843F0
Complementary color
Monochromatic Colors of #F843F0
Black with #F843F0
Text Example
Text Example
White with #F843F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F843F0; }
p { color: rgb(248,67,240); }
H1.HeaderClassName
{
color: #F843F0;
}
.AnyTagClassName
{
color: #F843F0;
}
</style>
background-color css
<style>
a { background-color: #F843F0; }
a { background-color: rgb(248,67,240); }
div.DivClassName
{
background-color: #F843F0;
}
.BgClassName
{
background-color: #F843F0;
}
</style>
border-color css
<style>
span { border-color: #F843F0; }
span { border-color: rgb(248,67,240); }
td.TdClassName
{
border-color: #F843F0;
}
.TagClassName
{
border-color: #F843F0;
}
</style>