Shades of Pink Flamingo #F362FA
Tints of Pink Flamingo #F362FA
RGB
CMYK
RGB Variations
Color information
#F362FA (or 0xF362FA) is known color: Pink Flamingo. HEX triplet: F3, 62 and FA. RGB value is (243,98,250). Sum of RGB (Red+Green+Blue) = 243+98+250=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 98 (38.67% from 255 or 16.58% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #F362FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F362FA is #0C9D05. Grayscale: #9E9E9E. Windows color (decimal): -826630 or 16409331. OLE color: 16409331.
HSL color Cylindrical-coordinate representation of color #F362FA: hue angle of 297.24º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F362FA is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 98 | 250 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.02 |
| HSL | 297.24º | 0.94% | 0.68% | - |
| HSV(B) | 297.24º | 0.61% | 0.98% | - |
| XYZ | 58.59 | 34.69 | 94.05 | - |
| YUV | 158.68 | 179.54 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 98 | 250 | 0.03 | 0.61 | 0 | 0.02 | 297.24 | 0.94 | 0.68 |
| Hex | F3 | 62 | FA | 3 | 3D | 0 | 2 | 129 | 5E | 44 |
| Octal | 363 | 142 | 372 | 3 | 75 | 0 | 2 | 451 | 136 | 104 |
| Binary | 11110011 | 1100010 | 11111010 | 11 | 111101 | 0 | 10 | 100101001 | 1011110 | 1000100 |
Color Harmonies of #F362FA
Complementary color
Monochromatic Colors of #F362FA
Black with #F362FA
Text Example
Text Example
White with #F362FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F362FA; }
p { color: rgb(243,98,250); }
H1.HeaderClassName
{
color: #F362FA;
}
.AnyTagClassName
{
color: #F362FA;
}
</style>
background-color css
<style>
a { background-color: #F362FA; }
a { background-color: rgb(243,98,250); }
div.DivClassName
{
background-color: #F362FA;
}
.BgClassName
{
background-color: #F362FA;
}
</style>
border-color css
<style>
span { border-color: #F362FA; }
span { border-color: rgb(243,98,250); }
td.TdClassName
{
border-color: #F362FA;
}
.TagClassName
{
border-color: #F362FA;
}
</style>