Shades of Pink Flamingo #F350F0
Tints of Pink Flamingo #F350F0
RGB
CMYK
RGB Variations
Color information
#F350F0 (or 0xF350F0) is known color: Pink Flamingo. HEX triplet: F3, 50 and F0. RGB value is (243,80,240). Sum of RGB (Red+Green+Blue) = 243+80+240=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 80 (31.64% from 255 or 14.21% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F350F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F350F0 is #0CAF0F. Grayscale: #929292. Windows color (decimal): -831248 or 15749363. OLE color: 15749363.
HSL color Cylindrical-coordinate representation of color #F350F0: hue angle of 301.1º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F350F0 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 240 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.05 |
| HSL | 301.1º | 0.87% | 0.63% | - |
| HSV(B) | 301.1º | 0.67% | 0.95% | - |
| XYZ | 55.56 | 31.08 | 85.51 | - |
| YUV | 146.98 | 180.5 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 240 | 0 | 0.67 | 0.01 | 0.05 | 301.1 | 0.87 | 0.63 |
| Hex | F3 | 50 | F0 | 0 | 43 | 1 | 5 | 12D | 57 | 3F |
| Octal | 363 | 120 | 360 | 0 | 103 | 1 | 5 | 455 | 127 | 77 |
| Binary | 11110011 | 1010000 | 11110000 | 0 | 1000011 | 1 | 101 | 100101101 | 1010111 | 111111 |
Color Harmonies of #F350F0
Complementary color
Monochromatic Colors of #F350F0
Black with #F350F0
Text Example
Text Example
White with #F350F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350F0; }
p { color: rgb(243,80,240); }
H1.HeaderClassName
{
color: #F350F0;
}
.AnyTagClassName
{
color: #F350F0;
}
</style>
background-color css
<style>
a { background-color: #F350F0; }
a { background-color: rgb(243,80,240); }
div.DivClassName
{
background-color: #F350F0;
}
.BgClassName
{
background-color: #F350F0;
}
</style>
border-color css
<style>
span { border-color: #F350F0; }
span { border-color: rgb(243,80,240); }
td.TdClassName
{
border-color: #F350F0;
}
.TagClassName
{
border-color: #F350F0;
}
</style>