Shades of Pink Flamingo #F351FD
Tints of Pink Flamingo #F351FD
RGB
CMYK
RGB Variations
Color information
#F351FD (or 0xF351FD) is known color: Pink Flamingo. HEX triplet: F3, 51 and FD. RGB value is (243,81,253). Sum of RGB (Red+Green+Blue) = 243+81+253=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 81 (32.03% from 255 or 14.04% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #F351FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F351FD is #0CAE02. Grayscale: #949494. Windows color (decimal): -830979 or 16601587. OLE color: 16601587.
HSL color Cylindrical-coordinate representation of color #F351FD: hue angle of 296.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F351FD is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 81 | 253 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.01 |
| HSL | 296.51º | 0.98% | 0.65% | - |
| HSV(B) | 296.51º | 0.68% | 0.99% | - |
| XYZ | 57.63 | 32.03 | 96.07 | - |
| YUV | 149.05 | 186.67 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 253 | 0.04 | 0.68 | 0 | 0.01 | 296.51 | 0.98 | 0.65 |
| Hex | F3 | 51 | FD | 4 | 44 | 0 | 1 | 129 | 62 | 41 |
| Octal | 363 | 121 | 375 | 4 | 104 | 0 | 1 | 451 | 142 | 101 |
| Binary | 11110011 | 1010001 | 11111101 | 100 | 1000100 | 0 | 1 | 100101001 | 1100010 | 1000001 |
Color Harmonies of #F351FD
Complementary color
Monochromatic Colors of #F351FD
Black with #F351FD
Text Example
Text Example
White with #F351FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F351FD; }
p { color: rgb(243,81,253); }
H1.HeaderClassName
{
color: #F351FD;
}
.AnyTagClassName
{
color: #F351FD;
}
</style>
background-color css
<style>
a { background-color: #F351FD; }
a { background-color: rgb(243,81,253); }
div.DivClassName
{
background-color: #F351FD;
}
.BgClassName
{
background-color: #F351FD;
}
</style>
border-color css
<style>
span { border-color: #F351FD; }
span { border-color: rgb(243,81,253); }
td.TdClassName
{
border-color: #F351FD;
}
.TagClassName
{
border-color: #F351FD;
}
</style>