Shades of Pink Flamingo #F35DF1
Tints of Pink Flamingo #F35DF1
RGB
CMYK
RGB Variations
Color information
#F35DF1 (or 0xF35DF1) is known color: Pink Flamingo. HEX triplet: F3, 5D and F1. RGB value is (243,93,241). Sum of RGB (Red+Green+Blue) = 243+93+241=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 93 (36.72% from 255 or 16.12% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35DF1 is #0CA20E. Grayscale: #9A9A9A. Windows color (decimal): -827919 or 15818227. OLE color: 15818227.
HSL color Cylindrical-coordinate representation of color #F35DF1: hue angle of 300.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35DF1 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 241 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.05 |
| HSL | 300.8º | 0.86% | 0.66% | - |
| HSV(B) | 300.8º | 0.62% | 0.95% | - |
| XYZ | 56.75 | 33.23 | 86.64 | - |
| YUV | 154.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 241 | 0 | 0.62 | 0.01 | 0.05 | 300.8 | 0.86 | 0.66 |
| Hex | F3 | 5D | F1 | 0 | 3E | 1 | 5 | 12D | 56 | 42 |
| Octal | 363 | 135 | 361 | 0 | 76 | 1 | 5 | 455 | 126 | 102 |
| Binary | 11110011 | 1011101 | 11110001 | 0 | 111110 | 1 | 101 | 100101101 | 1010110 | 1000010 |
Color Harmonies of #F35DF1
Complementary color
Monochromatic Colors of #F35DF1
Black with #F35DF1
Text Example
Text Example
White with #F35DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35DF1; }
p { color: rgb(243,93,241); }
H1.HeaderClassName
{
color: #F35DF1;
}
.AnyTagClassName
{
color: #F35DF1;
}
</style>
background-color css
<style>
a { background-color: #F35DF1; }
a { background-color: rgb(243,93,241); }
div.DivClassName
{
background-color: #F35DF1;
}
.BgClassName
{
background-color: #F35DF1;
}
</style>
border-color css
<style>
span { border-color: #F35DF1; }
span { border-color: rgb(243,93,241); }
td.TdClassName
{
border-color: #F35DF1;
}
.TagClassName
{
border-color: #F35DF1;
}
</style>