Shades of Pink Flamingo #F93DFE
Tints of Pink Flamingo #F93DFE
RGB
CMYK
RGB Variations
Color information
#F93DFE (or 0xF93DFE) is known color: Pink Flamingo. HEX triplet: F9, 3D and FE. RGB value is (249,61,254). Sum of RGB (Red+Green+Blue) = 249+61+254=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 61 (24.22% from 255 or 10.82% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #F93DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93DFE is #06C201. Grayscale: #8A8A8A. Windows color (decimal): -442882 or 16662009. OLE color: 16662009.
HSL color Cylindrical-coordinate representation of color #F93DFE: hue angle of 298.45º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93DFE is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 61 | 254 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.00 |
| HSL | 298.45º | 0.99% | 0.62% | - |
| HSV(B) | 298.45º | 0.76% | 1% | - |
| XYZ | 58.63 | 30.63 | 96.59 | - |
| YUV | 139.21 | 192.78 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 254 | 0.02 | 0.76 | 0 | 0.00 | 298.45 | 0.99 | 0.62 |
| Hex | F9 | 3D | FE | 2 | 4C | 0 | 0 | 12A | 63 | 3E |
| Octal | 371 | 75 | 376 | 2 | 114 | 0 | 0 | 452 | 143 | 76 |
| Binary | 11111001 | 111101 | 11111110 | 10 | 1001100 | 0 | 0 | 100101010 | 1100011 | 111110 |
Color Harmonies of #F93DFE
Complementary color
Monochromatic Colors of #F93DFE
Black with #F93DFE
Text Example
Text Example
White with #F93DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93DFE; }
p { color: rgb(249,61,254); }
H1.HeaderClassName
{
color: #F93DFE;
}
.AnyTagClassName
{
color: #F93DFE;
}
</style>
background-color css
<style>
a { background-color: #F93DFE; }
a { background-color: rgb(249,61,254); }
div.DivClassName
{
background-color: #F93DFE;
}
.BgClassName
{
background-color: #F93DFE;
}
</style>
border-color css
<style>
span { border-color: #F93DFE; }
span { border-color: rgb(249,61,254); }
td.TdClassName
{
border-color: #F93DFE;
}
.TagClassName
{
border-color: #F93DFE;
}
</style>