Shades of Pink Flamingo #F352F1
Tints of Pink Flamingo #F352F1
RGB
CMYK
RGB Variations
Color information
#F352F1 (or 0xF352F1) is known color: Pink Flamingo. HEX triplet: F3, 52 and F1. RGB value is (243,82,241). Sum of RGB (Red+Green+Blue) = 243+82+241=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 82 (32.42% from 255 or 14.49% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F352F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F352F1 is #0CAD0E. Grayscale: #939393. Windows color (decimal): -830735 or 15815411. OLE color: 15815411.
HSL color Cylindrical-coordinate representation of color #F352F1: hue angle of 300.75º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F352F1 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 241 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.05 |
| HSL | 300.75º | 0.87% | 0.64% | - |
| HSV(B) | 300.75º | 0.66% | 0.95% | - |
| XYZ | 55.86 | 31.44 | 86.34 | - |
| YUV | 148.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 241 | 0 | 0.66 | 0.01 | 0.05 | 300.75 | 0.87 | 0.64 |
| Hex | F3 | 52 | F1 | 0 | 42 | 1 | 5 | 12D | 57 | 40 |
| Octal | 363 | 122 | 361 | 0 | 102 | 1 | 5 | 455 | 127 | 100 |
| Binary | 11110011 | 1010010 | 11110001 | 0 | 1000010 | 1 | 101 | 100101101 | 1010111 | 1000000 |
Color Harmonies of #F352F1
Complementary color
Monochromatic Colors of #F352F1
Black with #F352F1
Text Example
Text Example
White with #F352F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352F1; }
p { color: rgb(243,82,241); }
H1.HeaderClassName
{
color: #F352F1;
}
.AnyTagClassName
{
color: #F352F1;
}
</style>
background-color css
<style>
a { background-color: #F352F1; }
a { background-color: rgb(243,82,241); }
div.DivClassName
{
background-color: #F352F1;
}
.BgClassName
{
background-color: #F352F1;
}
</style>
border-color css
<style>
span { border-color: #F352F1; }
span { border-color: rgb(243,82,241); }
td.TdClassName
{
border-color: #F352F1;
}
.TagClassName
{
border-color: #F352F1;
}
</style>