Shades of Pink Flamingo #F350FB
Tints of Pink Flamingo #F350FB
RGB
CMYK
RGB Variations
Color information
#F350FB (or 0xF350FB) is known color: Pink Flamingo. HEX triplet: F3, 50 and FB. RGB value is (243,80,251). Sum of RGB (Red+Green+Blue) = 243+80+251=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 80 (31.64% from 255 or 13.94% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #F350FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F350FB is #0CAF04. Grayscale: #939393. Windows color (decimal): -831237 or 16470259. OLE color: 16470259.
HSL color Cylindrical-coordinate representation of color #F350FB: hue angle of 297.19º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F350FB is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 80 | 251 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.02 |
| HSL | 297.19º | 0.96% | 0.65% | - |
| HSV(B) | 297.19º | 0.68% | 0.98% | - |
| XYZ | 57.24 | 31.76 | 94.38 | - |
| YUV | 148.23 | 186 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 251 | 0.03 | 0.68 | 0 | 0.02 | 297.19 | 0.96 | 0.65 |
| Hex | F3 | 50 | FB | 3 | 44 | 0 | 2 | 129 | 60 | 41 |
| Octal | 363 | 120 | 373 | 3 | 104 | 0 | 2 | 451 | 140 | 101 |
| Binary | 11110011 | 1010000 | 11111011 | 11 | 1000100 | 0 | 10 | 100101001 | 1100000 | 1000001 |
Color Harmonies of #F350FB
Complementary color
Monochromatic Colors of #F350FB
Black with #F350FB
Text Example
Text Example
White with #F350FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350FB; }
p { color: rgb(243,80,251); }
H1.HeaderClassName
{
color: #F350FB;
}
.AnyTagClassName
{
color: #F350FB;
}
</style>
background-color css
<style>
a { background-color: #F350FB; }
a { background-color: rgb(243,80,251); }
div.DivClassName
{
background-color: #F350FB;
}
.BgClassName
{
background-color: #F350FB;
}
</style>
border-color css
<style>
span { border-color: #F350FB; }
span { border-color: rgb(243,80,251); }
td.TdClassName
{
border-color: #F350FB;
}
.TagClassName
{
border-color: #F350FB;
}
</style>