Shades of Pink Flamingo #F543FE
Tints of Pink Flamingo #F543FE
RGB
CMYK
RGB Variations
Color information
#F543FE (or 0xF543FE) is known color: Pink Flamingo. HEX triplet: F5, 43 and FE. RGB value is (245,67,254). Sum of RGB (Red+Green+Blue) = 245+67+254=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 67 (26.56% from 255 or 11.84% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #F543FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F543FE is #0ABC01. Grayscale: #8C8C8C. Windows color (decimal): -703490 or 16663541. OLE color: 16663541.
HSL color Cylindrical-coordinate representation of color #F543FE: hue angle of 297.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F543FE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 67 | 254 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.00 |
| HSL | 297.11º | 0.99% | 0.63% | - |
| HSV(B) | 297.11º | 0.74% | 1% | - |
| XYZ | 57.55 | 30.58 | 96.64 | - |
| YUV | 141.54 | 191.47 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 254 | 0.04 | 0.74 | 0 | 0.00 | 297.11 | 0.99 | 0.63 |
| Hex | F5 | 43 | FE | 4 | 4A | 0 | 0 | 129 | 63 | 3F |
| Octal | 365 | 103 | 376 | 4 | 112 | 0 | 0 | 451 | 143 | 77 |
| Binary | 11110101 | 1000011 | 11111110 | 100 | 1001010 | 0 | 0 | 100101001 | 1100011 | 111111 |
Color Harmonies of #F543FE
Complementary color
Monochromatic Colors of #F543FE
Black with #F543FE
Text Example
Text Example
White with #F543FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F543FE; }
p { color: rgb(245,67,254); }
H1.HeaderClassName
{
color: #F543FE;
}
.AnyTagClassName
{
color: #F543FE;
}
</style>
background-color css
<style>
a { background-color: #F543FE; }
a { background-color: rgb(245,67,254); }
div.DivClassName
{
background-color: #F543FE;
}
.BgClassName
{
background-color: #F543FE;
}
</style>
border-color css
<style>
span { border-color: #F543FE; }
span { border-color: rgb(245,67,254); }
td.TdClassName
{
border-color: #F543FE;
}
.TagClassName
{
border-color: #F543FE;
}
</style>