Shades of Pink Flamingo #F33DF4
Tints of Pink Flamingo #F33DF4
RGB
CMYK
RGB Variations
Color information
#F33DF4 (or 0xF33DF4) is known color: Pink Flamingo. HEX triplet: F3, 3D and F4. RGB value is (243,61,244). Sum of RGB (Red+Green+Blue) = 243+61+244=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 61 (24.22% from 255 or 11.13% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #F33DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33DF4 is #0CC20B. Grayscale: #878787. Windows color (decimal): -836108 or 16006643. OLE color: 16006643.
HSL color Cylindrical-coordinate representation of color #F33DF4: hue angle of 299.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33DF4 is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 61 | 244 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.04 |
| HSL | 299.67º | 0.89% | 0.6% | - |
| HSV(B) | 299.67º | 0.75% | 0.96% | - |
| XYZ | 54.96 | 28.92 | 88.27 | - |
| YUV | 136.28 | 188.8 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 244 | 0.00 | 0.75 | 0 | 0.04 | 299.67 | 0.89 | 0.6 |
| Hex | F3 | 3D | F4 | 0 | 4B | 0 | 4 | 12C | 59 | 3C |
| Octal | 363 | 75 | 364 | 0 | 113 | 0 | 4 | 454 | 131 | 74 |
| Binary | 11110011 | 111101 | 11110100 | 0 | 1001011 | 0 | 100 | 100101100 | 1011001 | 111100 |
Color Harmonies of #F33DF4
Complementary color
Monochromatic Colors of #F33DF4
Black with #F33DF4
Text Example
Text Example
White with #F33DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33DF4; }
p { color: rgb(243,61,244); }
H1.HeaderClassName
{
color: #F33DF4;
}
.AnyTagClassName
{
color: #F33DF4;
}
</style>
background-color css
<style>
a { background-color: #F33DF4; }
a { background-color: rgb(243,61,244); }
div.DivClassName
{
background-color: #F33DF4;
}
.BgClassName
{
background-color: #F33DF4;
}
</style>
border-color css
<style>
span { border-color: #F33DF4; }
span { border-color: rgb(243,61,244); }
td.TdClassName
{
border-color: #F33DF4;
}
.TagClassName
{
border-color: #F33DF4;
}
</style>