Shades of Pink Flamingo #F344FD
Tints of Pink Flamingo #F344FD
RGB
CMYK
RGB Variations
Color information
#F344FD (or 0xF344FD) is known color: Pink Flamingo. HEX triplet: F3, 44 and FD. RGB value is (243,68,253). Sum of RGB (Red+Green+Blue) = 243+68+253=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 68 (26.95% from 255 or 12.06% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #F344FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F344FD is #0CBB02. Grayscale: #8C8C8C. Windows color (decimal): -834307 or 16598259. OLE color: 16598259.
HSL color Cylindrical-coordinate representation of color #F344FD: hue angle of 296.76º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F344FD is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 68 | 253 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.01 |
| HSL | 296.76º | 0.98% | 0.63% | - |
| HSV(B) | 296.76º | 0.73% | 0.99% | - |
| XYZ | 56.76 | 30.28 | 95.78 | - |
| YUV | 141.42 | 190.98 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 253 | 0.04 | 0.73 | 0 | 0.01 | 296.76 | 0.98 | 0.63 |
| Hex | F3 | 44 | FD | 4 | 49 | 0 | 1 | 129 | 62 | 3F |
| Octal | 363 | 104 | 375 | 4 | 111 | 0 | 1 | 451 | 142 | 77 |
| Binary | 11110011 | 1000100 | 11111101 | 100 | 1001001 | 0 | 1 | 100101001 | 1100010 | 111111 |
Color Harmonies of #F344FD
Complementary color
Monochromatic Colors of #F344FD
Black with #F344FD
Text Example
Text Example
White with #F344FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F344FD; }
p { color: rgb(243,68,253); }
H1.HeaderClassName
{
color: #F344FD;
}
.AnyTagClassName
{
color: #F344FD;
}
</style>
background-color css
<style>
a { background-color: #F344FD; }
a { background-color: rgb(243,68,253); }
div.DivClassName
{
background-color: #F344FD;
}
.BgClassName
{
background-color: #F344FD;
}
</style>
border-color css
<style>
span { border-color: #F344FD; }
span { border-color: rgb(243,68,253); }
td.TdClassName
{
border-color: #F344FD;
}
.TagClassName
{
border-color: #F344FD;
}
</style>