Shades of Pink Flamingo #F33AFC
Tints of Pink Flamingo #F33AFC
RGB
CMYK
RGB Variations
Color information
#F33AFC (or 0xF33AFC) is known color: Pink Flamingo. HEX triplet: F3, 3A and FC. RGB value is (243,58,252). Sum of RGB (Red+Green+Blue) = 243+58+252=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 58 (23.05% from 255 or 10.49% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #F33AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33AFC is #0CC503. Grayscale: #868686. Windows color (decimal): -836868 or 16530163. OLE color: 16530163.
HSL color Cylindrical-coordinate representation of color #F33AFC: hue angle of 297.22º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33AFC is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 58 | 252 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.01 |
| HSL | 297.22º | 0.97% | 0.61% | - |
| HSV(B) | 297.22º | 0.77% | 0.99% | - |
| XYZ | 56.05 | 29.11 | 94.76 | - |
| YUV | 135.43 | 193.79 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 252 | 0.04 | 0.77 | 0 | 0.01 | 297.22 | 0.97 | 0.61 |
| Hex | F3 | 3A | FC | 4 | 4D | 0 | 1 | 129 | 61 | 3D |
| Octal | 363 | 72 | 374 | 4 | 115 | 0 | 1 | 451 | 141 | 75 |
| Binary | 11110011 | 111010 | 11111100 | 100 | 1001101 | 0 | 1 | 100101001 | 1100001 | 111101 |
Color Harmonies of #F33AFC
Complementary color
Monochromatic Colors of #F33AFC
Black with #F33AFC
Text Example
Text Example
White with #F33AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AFC; }
p { color: rgb(243,58,252); }
H1.HeaderClassName
{
color: #F33AFC;
}
.AnyTagClassName
{
color: #F33AFC;
}
</style>
background-color css
<style>
a { background-color: #F33AFC; }
a { background-color: rgb(243,58,252); }
div.DivClassName
{
background-color: #F33AFC;
}
.BgClassName
{
background-color: #F33AFC;
}
</style>
border-color css
<style>
span { border-color: #F33AFC; }
span { border-color: rgb(243,58,252); }
td.TdClassName
{
border-color: #F33AFC;
}
.TagClassName
{
border-color: #F33AFC;
}
</style>