Shades of Pink Flamingo #F543FD
Tints of Pink Flamingo #F543FD
RGB
CMYK
RGB Variations
Color information
#F543FD (or 0xF543FD) is known color: Pink Flamingo. HEX triplet: F5, 43 and FD. RGB value is (245,67,253). Sum of RGB (Red+Green+Blue) = 245+67+253=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 67 (26.56% from 255 or 11.86% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #F543FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F543FD is #0ABC02. Grayscale: #8C8C8C. Windows color (decimal): -703491 or 16598005. OLE color: 16598005.
HSL color Cylindrical-coordinate representation of color #F543FD: hue angle of 297.42º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F543FD is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 67 | 253 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.01 |
| HSL | 297.42º | 0.98% | 0.63% | - |
| HSV(B) | 297.42º | 0.74% | 0.99% | - |
| XYZ | 57.39 | 30.52 | 95.79 | - |
| YUV | 141.43 | 190.97 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 253 | 0.03 | 0.74 | 0 | 0.01 | 297.42 | 0.98 | 0.63 |
| Hex | F5 | 43 | FD | 3 | 4A | 0 | 1 | 129 | 62 | 3F |
| Octal | 365 | 103 | 375 | 3 | 112 | 0 | 1 | 451 | 142 | 77 |
| Binary | 11110101 | 1000011 | 11111101 | 11 | 1001010 | 0 | 1 | 100101001 | 1100010 | 111111 |
Color Harmonies of #F543FD
Complementary color
Monochromatic Colors of #F543FD
Black with #F543FD
Text Example
Text Example
White with #F543FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F543FD; }
p { color: rgb(245,67,253); }
H1.HeaderClassName
{
color: #F543FD;
}
.AnyTagClassName
{
color: #F543FD;
}
</style>
background-color css
<style>
a { background-color: #F543FD; }
a { background-color: rgb(245,67,253); }
div.DivClassName
{
background-color: #F543FD;
}
.BgClassName
{
background-color: #F543FD;
}
</style>
border-color css
<style>
span { border-color: #F543FD; }
span { border-color: rgb(245,67,253); }
td.TdClassName
{
border-color: #F543FD;
}
.TagClassName
{
border-color: #F543FD;
}
</style>