Shades of Pink Flamingo #F344FF
Tints of Pink Flamingo #F344FF
RGB
CMYK
RGB Variations
Color information
#F344FF (or 0xF344FF) is known color: Pink Flamingo. HEX triplet: F3, 44 and FF. RGB value is (243,68,255). Sum of RGB (Red+Green+Blue) = 243+68+255=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 68 (26.95% from 255 or 12.01% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #F344FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F344FF is #0CBB00. Grayscale: #8D8D8D. Windows color (decimal): -834305 or 16729331. OLE color: 16729331.
HSL color Cylindrical-coordinate representation of color #F344FF: hue angle of 296.15º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F344FF is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 68 | 255 | - |
| CMYK | 0.05 | 0.73 | 0 | 0 |
| HSL | 296.15º | 1% | 0.63% | - |
| HSV(B) | 296.15º | 0.73% | 1% | - |
| XYZ | 57.08 | 30.41 | 97.47 | - |
| YUV | 141.64 | 191.98 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 255 | 0.05 | 0.73 | 0 | 0 | 296.15 | 1 | 0.63 |
| Hex | F3 | 44 | FF | 5 | 49 | 0 | 0 | 128 | 64 | 3F |
| Octal | 363 | 104 | 377 | 5 | 111 | 0 | 0 | 450 | 144 | 77 |
| Binary | 11110011 | 1000100 | 11111111 | 101 | 1001001 | 0 | 0 | 100101000 | 1100100 | 111111 |
Color Harmonies of #F344FF
Complementary color
Monochromatic Colors of #F344FF
Black with #F344FF
Text Example
Text Example
White with #F344FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F344FF; }
p { color: rgb(243,68,255); }
H1.HeaderClassName
{
color: #F344FF;
}
.AnyTagClassName
{
color: #F344FF;
}
</style>
background-color css
<style>
a { background-color: #F344FF; }
a { background-color: rgb(243,68,255); }
div.DivClassName
{
background-color: #F344FF;
}
.BgClassName
{
background-color: #F344FF;
}
</style>
border-color css
<style>
span { border-color: #F344FF; }
span { border-color: rgb(243,68,255); }
td.TdClassName
{
border-color: #F344FF;
}
.TagClassName
{
border-color: #F344FF;
}
</style>