Shades of Pink Flamingo #F33AFB
Tints of Pink Flamingo #F33AFB
RGB
CMYK
RGB Variations
Color information
#F33AFB (or 0xF33AFB) is known color: Pink Flamingo. HEX triplet: F3, 3A and FB. RGB value is (243,58,251). Sum of RGB (Red+Green+Blue) = 243+58+251=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 58 (23.05% from 255 or 10.51% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #F33AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33AFB is #0CC504. Grayscale: #868686. Windows color (decimal): -836869 or 16464627. OLE color: 16464627.
HSL color Cylindrical-coordinate representation of color #F33AFB: hue angle of 297.51º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33AFB is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 58 | 251 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.02 |
| HSL | 297.51º | 0.96% | 0.61% | - |
| HSV(B) | 297.51º | 0.77% | 0.98% | - |
| XYZ | 55.89 | 29.05 | 93.93 | - |
| YUV | 135.32 | 193.29 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 251 | 0.03 | 0.77 | 0 | 0.02 | 297.51 | 0.96 | 0.61 |
| Hex | F3 | 3A | FB | 3 | 4D | 0 | 2 | 12A | 60 | 3D |
| Octal | 363 | 72 | 373 | 3 | 115 | 0 | 2 | 452 | 140 | 75 |
| Binary | 11110011 | 111010 | 11111011 | 11 | 1001101 | 0 | 10 | 100101010 | 1100000 | 111101 |
Color Harmonies of #F33AFB
Complementary color
Monochromatic Colors of #F33AFB
Black with #F33AFB
Text Example
Text Example
White with #F33AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AFB; }
p { color: rgb(243,58,251); }
H1.HeaderClassName
{
color: #F33AFB;
}
.AnyTagClassName
{
color: #F33AFB;
}
</style>
background-color css
<style>
a { background-color: #F33AFB; }
a { background-color: rgb(243,58,251); }
div.DivClassName
{
background-color: #F33AFB;
}
.BgClassName
{
background-color: #F33AFB;
}
</style>
border-color css
<style>
span { border-color: #F33AFB; }
span { border-color: rgb(243,58,251); }
td.TdClassName
{
border-color: #F33AFB;
}
.TagClassName
{
border-color: #F33AFB;
}
</style>