Shades of Pink Flamingo #F93DFB
Tints of Pink Flamingo #F93DFB
RGB
CMYK
RGB Variations
Color information
#F93DFB (or 0xF93DFB) is known color: Pink Flamingo. HEX triplet: F9, 3D and FB. RGB value is (249,61,251). Sum of RGB (Red+Green+Blue) = 249+61+251=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 61 (24.22% from 255 or 10.87% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #F93DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93DFB is #06C204. Grayscale: #8A8A8A. Windows color (decimal): -442885 or 16465401. OLE color: 16465401.
HSL color Cylindrical-coordinate representation of color #F93DFB: hue angle of 299.37º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93DFB is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 251 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.02 |
| HSL | 299.37º | 0.96% | 0.61% | - |
| HSV(B) | 299.37º | 0.76% | 0.98% | - |
| XYZ | 58.15 | 30.44 | 94.08 | - |
| YUV | 138.87 | 191.28 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 251 | 0.01 | 0.76 | 0 | 0.02 | 299.37 | 0.96 | 0.61 |
| Hex | F9 | 3D | FB | 1 | 4C | 0 | 2 | 12B | 60 | 3D |
| Octal | 371 | 75 | 373 | 1 | 114 | 0 | 2 | 453 | 140 | 75 |
| Binary | 11111001 | 111101 | 11111011 | 1 | 1001100 | 0 | 10 | 100101011 | 1100000 | 111101 |
Color Harmonies of #F93DFB
Complementary color
Monochromatic Colors of #F93DFB
Black with #F93DFB
Text Example
Text Example
White with #F93DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93DFB; }
p { color: rgb(249,61,251); }
H1.HeaderClassName
{
color: #F93DFB;
}
.AnyTagClassName
{
color: #F93DFB;
}
</style>
background-color css
<style>
a { background-color: #F93DFB; }
a { background-color: rgb(249,61,251); }
div.DivClassName
{
background-color: #F93DFB;
}
.BgClassName
{
background-color: #F93DFB;
}
</style>
border-color css
<style>
span { border-color: #F93DFB; }
span { border-color: rgb(249,61,251); }
td.TdClassName
{
border-color: #F93DFB;
}
.TagClassName
{
border-color: #F93DFB;
}
</style>