Shades of Pink Flamingo #F351FA
Tints of Pink Flamingo #F351FA
RGB
CMYK
RGB Variations
Color information
#F351FA (or 0xF351FA) is known color: Pink Flamingo. HEX triplet: F3, 51 and FA. RGB value is (243,81,250). Sum of RGB (Red+Green+Blue) = 243+81+250=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 81 (32.03% from 255 or 14.11% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #F351FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F351FA is #0CAE05. Grayscale: #949494. Windows color (decimal): -830982 or 16404979. OLE color: 16404979.
HSL color Cylindrical-coordinate representation of color #F351FA: hue angle of 297.51º 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 #F351FA is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 81 | 250 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.02 |
| HSL | 297.51º | 0.94% | 0.65% | - |
| HSV(B) | 297.51º | 0.68% | 0.98% | - |
| XYZ | 57.16 | 31.84 | 93.58 | - |
| YUV | 148.7 | 185.17 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 250 | 0.03 | 0.68 | 0 | 0.02 | 297.51 | 0.94 | 0.65 |
| Hex | F3 | 51 | FA | 3 | 44 | 0 | 2 | 12A | 5E | 41 |
| Octal | 363 | 121 | 372 | 3 | 104 | 0 | 2 | 452 | 136 | 101 |
| Binary | 11110011 | 1010001 | 11111010 | 11 | 1000100 | 0 | 10 | 100101010 | 1011110 | 1000001 |
Color Harmonies of #F351FA
Complementary color
Monochromatic Colors of #F351FA
Black with #F351FA
Text Example
Text Example
White with #F351FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F351FA; }
p { color: rgb(243,81,250); }
H1.HeaderClassName
{
color: #F351FA;
}
.AnyTagClassName
{
color: #F351FA;
}
</style>
background-color css
<style>
a { background-color: #F351FA; }
a { background-color: rgb(243,81,250); }
div.DivClassName
{
background-color: #F351FA;
}
.BgClassName
{
background-color: #F351FA;
}
</style>
border-color css
<style>
span { border-color: #F351FA; }
span { border-color: rgb(243,81,250); }
td.TdClassName
{
border-color: #F351FA;
}
.TagClassName
{
border-color: #F351FA;
}
</style>