Shades of Pink Flamingo #F352F0
Tints of Pink Flamingo #F352F0
RGB
CMYK
RGB Variations
Color information
#F352F0 (or 0xF352F0) is known color: Pink Flamingo. HEX triplet: F3, 52 and F0. RGB value is (243,82,240). Sum of RGB (Red+Green+Blue) = 243+82+240=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 82 (32.42% from 255 or 14.51% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F352F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F352F0 is #0CAD0F. Grayscale: #939393. Windows color (decimal): -830736 or 15749875. OLE color: 15749875.
HSL color Cylindrical-coordinate representation of color #F352F0: hue angle of 301.12º 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 #F352F0 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 240 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.05 |
| HSL | 301.12º | 0.87% | 0.64% | - |
| HSV(B) | 301.12º | 0.66% | 0.95% | - |
| XYZ | 55.71 | 31.38 | 85.56 | - |
| YUV | 148.15 | 179.84 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 240 | 0 | 0.66 | 0.01 | 0.05 | 301.12 | 0.87 | 0.64 |
| Hex | F3 | 52 | F0 | 0 | 42 | 1 | 5 | 12D | 57 | 40 |
| Octal | 363 | 122 | 360 | 0 | 102 | 1 | 5 | 455 | 127 | 100 |
| Binary | 11110011 | 1010010 | 11110000 | 0 | 1000010 | 1 | 101 | 100101101 | 1010111 | 1000000 |
Color Harmonies of #F352F0
Complementary color
Monochromatic Colors of #F352F0
Black with #F352F0
Text Example
Text Example
White with #F352F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352F0; }
p { color: rgb(243,82,240); }
H1.HeaderClassName
{
color: #F352F0;
}
.AnyTagClassName
{
color: #F352F0;
}
</style>
background-color css
<style>
a { background-color: #F352F0; }
a { background-color: rgb(243,82,240); }
div.DivClassName
{
background-color: #F352F0;
}
.BgClassName
{
background-color: #F352F0;
}
</style>
border-color css
<style>
span { border-color: #F352F0; }
span { border-color: rgb(243,82,240); }
td.TdClassName
{
border-color: #F352F0;
}
.TagClassName
{
border-color: #F352F0;
}
</style>