Shades of Pink Flamingo #F349FF
Tints of Pink Flamingo #F349FF
RGB
CMYK
RGB Variations
Color information
#F349FF (or 0xF349FF) is known color: Pink Flamingo. HEX triplet: F3, 49 and FF. RGB value is (243,73,255). Sum of RGB (Red+Green+Blue) = 243+73+255=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 73 (28.91% from 255 or 12.78% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #F349FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F349FF is #0CB600. Grayscale: #909090. Windows color (decimal): -833025 or 16730611. OLE color: 16730611.
HSL color Cylindrical-coordinate representation of color #F349FF: hue angle of 296.04º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F349FF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 73 | 255 | - |
| CMYK | 0.05 | 0.71 | 0 | 0 |
| HSL | 296.04º | 1% | 0.64% | - |
| HSV(B) | 296.04º | 0.71% | 1% | - |
| XYZ | 57.39 | 31.04 | 97.57 | - |
| YUV | 144.58 | 190.32 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 255 | 0.05 | 0.71 | 0 | 0 | 296.04 | 1 | 0.64 |
| Hex | F3 | 49 | FF | 5 | 47 | 0 | 0 | 128 | 64 | 40 |
| Octal | 363 | 111 | 377 | 5 | 107 | 0 | 0 | 450 | 144 | 100 |
| Binary | 11110011 | 1001001 | 11111111 | 101 | 1000111 | 0 | 0 | 100101000 | 1100100 | 1000000 |
Color Harmonies of #F349FF
Complementary color
Monochromatic Colors of #F349FF
Black with #F349FF
Text Example
Text Example
White with #F349FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F349FF; }
p { color: rgb(243,73,255); }
H1.HeaderClassName
{
color: #F349FF;
}
.AnyTagClassName
{
color: #F349FF;
}
</style>
background-color css
<style>
a { background-color: #F349FF; }
a { background-color: rgb(243,73,255); }
div.DivClassName
{
background-color: #F349FF;
}
.BgClassName
{
background-color: #F349FF;
}
</style>
border-color css
<style>
span { border-color: #F349FF; }
span { border-color: rgb(243,73,255); }
td.TdClassName
{
border-color: #F349FF;
}
.TagClassName
{
border-color: #F349FF;
}
</style>