Shades of Pink Flamingo #F345FB
Tints of Pink Flamingo #F345FB
RGB
CMYK
RGB Variations
Color information
#F345FB (or 0xF345FB) is known color: Pink Flamingo. HEX triplet: F3, 45 and FB. RGB value is (243,69,251). Sum of RGB (Red+Green+Blue) = 243+69+251=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 69 (27.34% from 255 or 12.26% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #F345FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F345FB is #0CBA04. Grayscale: #8D8D8D. Windows color (decimal): -834053 or 16467443. OLE color: 16467443.
HSL color Cylindrical-coordinate representation of color #F345FB: hue angle of 297.36º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F345FB is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 69 | 251 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.02 |
| HSL | 297.36º | 0.96% | 0.63% | - |
| HSV(B) | 297.36º | 0.73% | 0.98% | - |
| XYZ | 56.5 | 30.28 | 94.13 | - |
| YUV | 141.77 | 189.65 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 251 | 0.03 | 0.73 | 0 | 0.02 | 297.36 | 0.96 | 0.63 |
| Hex | F3 | 45 | FB | 3 | 49 | 0 | 2 | 129 | 60 | 3F |
| Octal | 363 | 105 | 373 | 3 | 111 | 0 | 2 | 451 | 140 | 77 |
| Binary | 11110011 | 1000101 | 11111011 | 11 | 1001001 | 0 | 10 | 100101001 | 1100000 | 111111 |
Color Harmonies of #F345FB
Complementary color
Monochromatic Colors of #F345FB
Black with #F345FB
Text Example
Text Example
White with #F345FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F345FB; }
p { color: rgb(243,69,251); }
H1.HeaderClassName
{
color: #F345FB;
}
.AnyTagClassName
{
color: #F345FB;
}
</style>
background-color css
<style>
a { background-color: #F345FB; }
a { background-color: rgb(243,69,251); }
div.DivClassName
{
background-color: #F345FB;
}
.BgClassName
{
background-color: #F345FB;
}
</style>
border-color css
<style>
span { border-color: #F345FB; }
span { border-color: rgb(243,69,251); }
td.TdClassName
{
border-color: #F345FB;
}
.TagClassName
{
border-color: #F345FB;
}
</style>