Shades of Pink Flamingo #F543FC
Tints of Pink Flamingo #F543FC
RGB
CMYK
RGB Variations
Color information
#F543FC (or 0xF543FC) is known color: Pink Flamingo. HEX triplet: F5, 43 and FC. RGB value is (245,67,252). Sum of RGB (Red+Green+Blue) = 245+67+252=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 67 (26.56% from 255 or 11.88% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #F543FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F543FC is #0ABC03. Grayscale: #8C8C8C. Windows color (decimal): -703492 or 16532469. OLE color: 16532469.
HSL color Cylindrical-coordinate representation of color #F543FC: hue angle of 297.73º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F543FC is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 67 | 252 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.01 |
| HSL | 297.73º | 0.97% | 0.63% | - |
| HSV(B) | 297.73º | 0.73% | 0.99% | - |
| XYZ | 57.23 | 30.46 | 94.96 | - |
| YUV | 141.31 | 190.47 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 252 | 0.03 | 0.73 | 0 | 0.01 | 297.73 | 0.97 | 0.63 |
| Hex | F5 | 43 | FC | 3 | 49 | 0 | 1 | 12A | 61 | 3F |
| Octal | 365 | 103 | 374 | 3 | 111 | 0 | 1 | 452 | 141 | 77 |
| Binary | 11110101 | 1000011 | 11111100 | 11 | 1001001 | 0 | 1 | 100101010 | 1100001 | 111111 |
Color Harmonies of #F543FC
Complementary color
Monochromatic Colors of #F543FC
Black with #F543FC
Text Example
Text Example
White with #F543FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F543FC; }
p { color: rgb(245,67,252); }
H1.HeaderClassName
{
color: #F543FC;
}
.AnyTagClassName
{
color: #F543FC;
}
</style>
background-color css
<style>
a { background-color: #F543FC; }
a { background-color: rgb(245,67,252); }
div.DivClassName
{
background-color: #F543FC;
}
.BgClassName
{
background-color: #F543FC;
}
</style>
border-color css
<style>
span { border-color: #F543FC; }
span { border-color: rgb(245,67,252); }
td.TdClassName
{
border-color: #F543FC;
}
.TagClassName
{
border-color: #F543FC;
}
</style>