Shades of Pink Flamingo #F553FB
Tints of Pink Flamingo #F553FB
RGB
CMYK
RGB Variations
Color information
#F553FB (or 0xF553FB) is known color: Pink Flamingo. HEX triplet: F5, 53 and FB. RGB value is (245,83,251). Sum of RGB (Red+Green+Blue) = 245+83+251=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 83 (32.81% from 255 or 14.34% 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 #F553FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F553FB is #0AAC04. Grayscale: #969696. Windows color (decimal): -699397 or 16471029. OLE color: 16471029.
HSL color Cylindrical-coordinate representation of color #F553FB: hue angle of 297.86º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F553FB is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 83 | 251 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.02 |
| HSL | 297.86º | 0.95% | 0.65% | - |
| HSV(B) | 297.86º | 0.67% | 0.98% | - |
| XYZ | 58.16 | 32.56 | 94.49 | - |
| YUV | 150.59 | 184.67 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 251 | 0.02 | 0.67 | 0 | 0.02 | 297.86 | 0.95 | 0.65 |
| Hex | F5 | 53 | FB | 2 | 43 | 0 | 2 | 12A | 5F | 41 |
| Octal | 365 | 123 | 373 | 2 | 103 | 0 | 2 | 452 | 137 | 101 |
| Binary | 11110101 | 1010011 | 11111011 | 10 | 1000011 | 0 | 10 | 100101010 | 1011111 | 1000001 |
Color Harmonies of #F553FB
Complementary color
Monochromatic Colors of #F553FB
Black with #F553FB
Text Example
Text Example
White with #F553FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553FB; }
p { color: rgb(245,83,251); }
H1.HeaderClassName
{
color: #F553FB;
}
.AnyTagClassName
{
color: #F553FB;
}
</style>
background-color css
<style>
a { background-color: #F553FB; }
a { background-color: rgb(245,83,251); }
div.DivClassName
{
background-color: #F553FB;
}
.BgClassName
{
background-color: #F553FB;
}
</style>
border-color css
<style>
span { border-color: #F553FB; }
span { border-color: rgb(245,83,251); }
td.TdClassName
{
border-color: #F553FB;
}
.TagClassName
{
border-color: #F553FB;
}
</style>