Shades of Pink Flamingo #F357FA
Tints of Pink Flamingo #F357FA
RGB
CMYK
RGB Variations
Color information
#F357FA (or 0xF357FA) is known color: Pink Flamingo. HEX triplet: F3, 57 and FA. RGB value is (243,87,250). Sum of RGB (Red+Green+Blue) = 243+87+250=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 87 (34.38% from 255 or 15% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #F357FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F357FA is #0CA805. Grayscale: #979797. Windows color (decimal): -829446 or 16406515. OLE color: 16406515.
HSL color Cylindrical-coordinate representation of color #F357FA: hue angle of 297.42º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F357FA is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 87 | 250 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.02 |
| HSL | 297.42º | 0.94% | 0.66% | - |
| HSV(B) | 297.42º | 0.65% | 0.98% | - |
| XYZ | 57.63 | 32.77 | 93.73 | - |
| YUV | 152.23 | 183.18 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 250 | 0.03 | 0.65 | 0 | 0.02 | 297.42 | 0.94 | 0.66 |
| Hex | F3 | 57 | FA | 3 | 41 | 0 | 2 | 129 | 5E | 42 |
| Octal | 363 | 127 | 372 | 3 | 101 | 0 | 2 | 451 | 136 | 102 |
| Binary | 11110011 | 1010111 | 11111010 | 11 | 1000001 | 0 | 10 | 100101001 | 1011110 | 1000010 |
Color Harmonies of #F357FA
Complementary color
Monochromatic Colors of #F357FA
Black with #F357FA
Text Example
Text Example
White with #F357FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F357FA; }
p { color: rgb(243,87,250); }
H1.HeaderClassName
{
color: #F357FA;
}
.AnyTagClassName
{
color: #F357FA;
}
</style>
background-color css
<style>
a { background-color: #F357FA; }
a { background-color: rgb(243,87,250); }
div.DivClassName
{
background-color: #F357FA;
}
.BgClassName
{
background-color: #F357FA;
}
</style>
border-color css
<style>
span { border-color: #F357FA; }
span { border-color: rgb(243,87,250); }
td.TdClassName
{
border-color: #F357FA;
}
.TagClassName
{
border-color: #F357FA;
}
</style>