Shades of Pink Flamingo #F355FA
Tints of Pink Flamingo #F355FA
RGB
CMYK
RGB Variations
Color information
#F355FA (or 0xF355FA) is known color: Pink Flamingo. HEX triplet: F3, 55 and FA. RGB value is (243,85,250). Sum of RGB (Red+Green+Blue) = 243+85+250=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 85 (33.59% from 255 or 14.71% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #F355FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F355FA is #0CAA05. Grayscale: #969696. Windows color (decimal): -829958 or 16406003. OLE color: 16406003.
HSL color Cylindrical-coordinate representation of color #F355FA: hue angle of 297.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F355FA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 85 | 250 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.02 |
| HSL | 297.45º | 0.94% | 0.66% | - |
| HSV(B) | 297.45º | 0.66% | 0.98% | - |
| XYZ | 57.47 | 32.45 | 93.68 | - |
| YUV | 151.05 | 183.85 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 250 | 0.03 | 0.66 | 0 | 0.02 | 297.45 | 0.94 | 0.66 |
| Hex | F3 | 55 | FA | 3 | 42 | 0 | 2 | 129 | 5E | 42 |
| Octal | 363 | 125 | 372 | 3 | 102 | 0 | 2 | 451 | 136 | 102 |
| Binary | 11110011 | 1010101 | 11111010 | 11 | 1000010 | 0 | 10 | 100101001 | 1011110 | 1000010 |
Color Harmonies of #F355FA
Complementary color
Monochromatic Colors of #F355FA
Black with #F355FA
Text Example
Text Example
White with #F355FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355FA; }
p { color: rgb(243,85,250); }
H1.HeaderClassName
{
color: #F355FA;
}
.AnyTagClassName
{
color: #F355FA;
}
</style>
background-color css
<style>
a { background-color: #F355FA; }
a { background-color: rgb(243,85,250); }
div.DivClassName
{
background-color: #F355FA;
}
.BgClassName
{
background-color: #F355FA;
}
</style>
border-color css
<style>
span { border-color: #F355FA; }
span { border-color: rgb(243,85,250); }
td.TdClassName
{
border-color: #F355FA;
}
.TagClassName
{
border-color: #F355FA;
}
</style>