Shades of Pink Flamingo #F355FB
Tints of Pink Flamingo #F355FB
RGB
CMYK
RGB Variations
Color information
#F355FB (or 0xF355FB) is known color: Pink Flamingo. HEX triplet: F3, 55 and FB. RGB value is (243,85,251). Sum of RGB (Red+Green+Blue) = 243+85+251=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 85 (33.59% from 255 or 14.68% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #F355FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F355FB is #0CAA04. Grayscale: #969696. Windows color (decimal): -829957 or 16471539. OLE color: 16471539.
HSL color Cylindrical-coordinate representation of color #F355FB: hue angle of 297.11º degrees, saturation: 0.95, 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 #F355FB is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 85 | 251 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.02 |
| HSL | 297.11º | 0.95% | 0.66% | - |
| HSV(B) | 297.11º | 0.66% | 0.98% | - |
| XYZ | 57.62 | 32.52 | 94.51 | - |
| YUV | 151.17 | 184.35 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 251 | 0.03 | 0.66 | 0 | 0.02 | 297.11 | 0.95 | 0.66 |
| Hex | F3 | 55 | FB | 3 | 42 | 0 | 2 | 129 | 5F | 42 |
| Octal | 363 | 125 | 373 | 3 | 102 | 0 | 2 | 451 | 137 | 102 |
| Binary | 11110011 | 1010101 | 11111011 | 11 | 1000010 | 0 | 10 | 100101001 | 1011111 | 1000010 |
Color Harmonies of #F355FB
Complementary color
Monochromatic Colors of #F355FB
Black with #F355FB
Text Example
Text Example
White with #F355FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355FB; }
p { color: rgb(243,85,251); }
H1.HeaderClassName
{
color: #F355FB;
}
.AnyTagClassName
{
color: #F355FB;
}
</style>
background-color css
<style>
a { background-color: #F355FB; }
a { background-color: rgb(243,85,251); }
div.DivClassName
{
background-color: #F355FB;
}
.BgClassName
{
background-color: #F355FB;
}
</style>
border-color css
<style>
span { border-color: #F355FB; }
span { border-color: rgb(243,85,251); }
td.TdClassName
{
border-color: #F355FB;
}
.TagClassName
{
border-color: #F355FB;
}
</style>