Shades of Pink Flamingo #F350FD
Tints of Pink Flamingo #F350FD
RGB
CMYK
RGB Variations
Color information
#F350FD (or 0xF350FD) is known color: Pink Flamingo. HEX triplet: F3, 50 and FD. RGB value is (243,80,253). Sum of RGB (Red+Green+Blue) = 243+80+253=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 80 (31.64% from 255 or 13.89% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #F350FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F350FD is #0CAF02. Grayscale: #939393. Windows color (decimal): -831235 or 16601331. OLE color: 16601331.
HSL color Cylindrical-coordinate representation of color #F350FD: hue angle of 296.53º 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 #F350FD is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 80 | 253 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.01 |
| HSL | 296.53º | 0.98% | 0.65% | - |
| HSV(B) | 296.53º | 0.68% | 0.99% | - |
| XYZ | 57.56 | 31.88 | 96.05 | - |
| YUV | 148.46 | 187 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 253 | 0.04 | 0.68 | 0 | 0.01 | 296.53 | 0.98 | 0.65 |
| Hex | F3 | 50 | FD | 4 | 44 | 0 | 1 | 129 | 62 | 41 |
| Octal | 363 | 120 | 375 | 4 | 104 | 0 | 1 | 451 | 142 | 101 |
| Binary | 11110011 | 1010000 | 11111101 | 100 | 1000100 | 0 | 1 | 100101001 | 1100010 | 1000001 |
Color Harmonies of #F350FD
Complementary color
Monochromatic Colors of #F350FD
Black with #F350FD
Text Example
Text Example
White with #F350FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350FD; }
p { color: rgb(243,80,253); }
H1.HeaderClassName
{
color: #F350FD;
}
.AnyTagClassName
{
color: #F350FD;
}
</style>
background-color css
<style>
a { background-color: #F350FD; }
a { background-color: rgb(243,80,253); }
div.DivClassName
{
background-color: #F350FD;
}
.BgClassName
{
background-color: #F350FD;
}
</style>
border-color css
<style>
span { border-color: #F350FD; }
span { border-color: rgb(243,80,253); }
td.TdClassName
{
border-color: #F350FD;
}
.TagClassName
{
border-color: #F350FD;
}
</style>