Shades of Pink Flamingo #F351FF
Tints of Pink Flamingo #F351FF
RGB
CMYK
RGB Variations
Color information
#F351FF (or 0xF351FF) is known color: Pink Flamingo. HEX triplet: F3, 51 and FF. RGB value is (243,81,255). Sum of RGB (Red+Green+Blue) = 243+81+255=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 81 (32.03% from 255 or 13.99% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #F351FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F351FF is #0CAE00. Grayscale: #949494. Windows color (decimal): -830977 or 16732659. OLE color: 16732659.
HSL color Cylindrical-coordinate representation of color #F351FF: hue angle of 295.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F351FF is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 81 | 255 | - |
| CMYK | 0.05 | 0.68 | 0 | 0 |
| HSL | 295.86º | 1% | 0.66% | - |
| HSV(B) | 295.86º | 0.68% | 1% | - |
| XYZ | 57.95 | 32.16 | 97.76 | - |
| YUV | 149.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 255 | 0.05 | 0.68 | 0 | 0 | 295.86 | 1 | 0.66 |
| Hex | F3 | 51 | FF | 5 | 44 | 0 | 0 | 128 | 64 | 42 |
| Octal | 363 | 121 | 377 | 5 | 104 | 0 | 0 | 450 | 144 | 102 |
| Binary | 11110011 | 1010001 | 11111111 | 101 | 1000100 | 0 | 0 | 100101000 | 1100100 | 1000010 |
Color Harmonies of #F351FF
Complementary color
Monochromatic Colors of #F351FF
Black with #F351FF
Text Example
Text Example
White with #F351FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F351FF; }
p { color: rgb(243,81,255); }
H1.HeaderClassName
{
color: #F351FF;
}
.AnyTagClassName
{
color: #F351FF;
}
</style>
background-color css
<style>
a { background-color: #F351FF; }
a { background-color: rgb(243,81,255); }
div.DivClassName
{
background-color: #F351FF;
}
.BgClassName
{
background-color: #F351FF;
}
</style>
border-color css
<style>
span { border-color: #F351FF; }
span { border-color: rgb(243,81,255); }
td.TdClassName
{
border-color: #F351FF;
}
.TagClassName
{
border-color: #F351FF;
}
</style>