Shades of Pink Flamingo #F733FB
Tints of Pink Flamingo #F733FB
RGB
CMYK
RGB Variations
Color information
#F733FB (or 0xF733FB) is known color: Pink Flamingo. HEX triplet: F7, 33 and FB. RGB value is (247,51,251). Sum of RGB (Red+Green+Blue) = 247+51+251=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 51 (20.31% from 255 or 9.29% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #F733FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F733FB is #08CC04. Grayscale: #838383. Windows color (decimal): -576517 or 16462839. OLE color: 16462839.
HSL color Cylindrical-coordinate representation of color #F733FB: hue angle of 298.8º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F733FB is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 51 | 251 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.02 |
| HSL | 298.8º | 0.96% | 0.59% | - |
| HSV(B) | 298.8º | 0.8% | 0.98% | - |
| XYZ | 56.95 | 29.11 | 93.88 | - |
| YUV | 132.4 | 194.93 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 251 | 0.02 | 0.80 | 0 | 0.02 | 298.8 | 0.96 | 0.59 |
| Hex | F7 | 33 | FB | 2 | 50 | 0 | 2 | 12B | 60 | 3B |
| Octal | 367 | 63 | 373 | 2 | 120 | 0 | 2 | 453 | 140 | 73 |
| Binary | 11110111 | 110011 | 11111011 | 10 | 1010000 | 0 | 10 | 100101011 | 1100000 | 111011 |
Color Harmonies of #F733FB
Complementary color
Monochromatic Colors of #F733FB
Black with #F733FB
Text Example
Text Example
White with #F733FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F733FB; }
p { color: rgb(247,51,251); }
H1.HeaderClassName
{
color: #F733FB;
}
.AnyTagClassName
{
color: #F733FB;
}
</style>
background-color css
<style>
a { background-color: #F733FB; }
a { background-color: rgb(247,51,251); }
div.DivClassName
{
background-color: #F733FB;
}
.BgClassName
{
background-color: #F733FB;
}
</style>
border-color css
<style>
span { border-color: #F733FB; }
span { border-color: rgb(247,51,251); }
td.TdClassName
{
border-color: #F733FB;
}
.TagClassName
{
border-color: #F733FB;
}
</style>