Shades of Pink Flamingo #F350FA
Tints of Pink Flamingo #F350FA
RGB
CMYK
RGB Variations
Color information
#F350FA (or 0xF350FA) is known color: Pink Flamingo. HEX triplet: F3, 50 and FA. RGB value is (243,80,250). Sum of RGB (Red+Green+Blue) = 243+80+250=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 80 (31.64% from 255 or 13.96% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #F350FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F350FA is #0CAF05. Grayscale: #939393. Windows color (decimal): -831238 or 16404723. OLE color: 16404723.
HSL color Cylindrical-coordinate representation of color #F350FA: hue angle of 297.53º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F350FA is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 80 | 250 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.02 |
| HSL | 297.53º | 0.94% | 0.65% | - |
| HSV(B) | 297.53º | 0.68% | 0.98% | - |
| XYZ | 57.09 | 31.69 | 93.55 | - |
| YUV | 148.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 250 | 0.03 | 0.68 | 0 | 0.02 | 297.53 | 0.94 | 0.65 |
| Hex | F3 | 50 | FA | 3 | 44 | 0 | 2 | 12A | 5E | 41 |
| Octal | 363 | 120 | 372 | 3 | 104 | 0 | 2 | 452 | 136 | 101 |
| Binary | 11110011 | 1010000 | 11111010 | 11 | 1000100 | 0 | 10 | 100101010 | 1011110 | 1000001 |
Color Harmonies of #F350FA
Complementary color
Monochromatic Colors of #F350FA
Black with #F350FA
Text Example
Text Example
White with #F350FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350FA; }
p { color: rgb(243,80,250); }
H1.HeaderClassName
{
color: #F350FA;
}
.AnyTagClassName
{
color: #F350FA;
}
</style>
background-color css
<style>
a { background-color: #F350FA; }
a { background-color: rgb(243,80,250); }
div.DivClassName
{
background-color: #F350FA;
}
.BgClassName
{
background-color: #F350FA;
}
</style>
border-color css
<style>
span { border-color: #F350FA; }
span { border-color: rgb(243,80,250); }
td.TdClassName
{
border-color: #F350FA;
}
.TagClassName
{
border-color: #F350FA;
}
</style>