Shades of Pink Flamingo #F845F3
Tints of Pink Flamingo #F845F3
RGB
CMYK
RGB Variations
Color information
#F845F3 (or 0xF845F3) is known color: Pink Flamingo. HEX triplet: F8, 45 and F3. RGB value is (248,69,243). Sum of RGB (Red+Green+Blue) = 248+69+243=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 69 (27.34% from 255 or 12.32% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F845F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F845F3 is #07BA0C. Grayscale: #8D8D8D. Windows color (decimal): -506381 or 15943160. OLE color: 15943160.
HSL color Cylindrical-coordinate representation of color #F845F3: hue angle of 301.68º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F845F3 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 243 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.03 |
| HSL | 301.68º | 0.93% | 0.62% | - |
| HSV(B) | 301.68º | 0.72% | 0.97% | - |
| XYZ | 57.02 | 30.68 | 87.71 | - |
| YUV | 142.36 | 184.8 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 243 | 0 | 0.72 | 0.02 | 0.03 | 301.68 | 0.93 | 0.62 |
| Hex | F8 | 45 | F3 | 0 | 48 | 2 | 3 | 12E | 5D | 3E |
| Octal | 370 | 105 | 363 | 0 | 110 | 2 | 3 | 456 | 135 | 76 |
| Binary | 11111000 | 1000101 | 11110011 | 0 | 1001000 | 10 | 11 | 100101110 | 1011101 | 111110 |
Color Harmonies of #F845F3
Complementary color
Monochromatic Colors of #F845F3
Black with #F845F3
Text Example
Text Example
White with #F845F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F845F3; }
p { color: rgb(248,69,243); }
H1.HeaderClassName
{
color: #F845F3;
}
.AnyTagClassName
{
color: #F845F3;
}
</style>
background-color css
<style>
a { background-color: #F845F3; }
a { background-color: rgb(248,69,243); }
div.DivClassName
{
background-color: #F845F3;
}
.BgClassName
{
background-color: #F845F3;
}
</style>
border-color css
<style>
span { border-color: #F845F3; }
span { border-color: rgb(248,69,243); }
td.TdClassName
{
border-color: #F845F3;
}
.TagClassName
{
border-color: #F845F3;
}
</style>