Shades of Pink Flamingo #F93DFF
Tints of Pink Flamingo #F93DFF
RGB
CMYK
RGB Variations
Color information
#F93DFF (or 0xF93DFF) is known color: Pink Flamingo. HEX triplet: F9, 3D and FF. RGB value is (249,61,255). Sum of RGB (Red+Green+Blue) = 249+61+255=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 61 (24.22% from 255 or 10.80% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #F93DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93DFF is #06C200. Grayscale: #8A8A8A. Windows color (decimal): -442881 or 16727545. OLE color: 16727545.
HSL color Cylindrical-coordinate representation of color #F93DFF: hue angle of 298.14º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93DFF is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 61 | 255 | - |
| CMYK | 0.02 | 0.76 | 0 | 0 |
| HSL | 298.14º | 1% | 0.62% | - |
| HSV(B) | 298.14º | 0.76% | 1% | - |
| XYZ | 58.79 | 30.7 | 97.43 | - |
| YUV | 139.33 | 193.28 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 255 | 0.02 | 0.76 | 0 | 0 | 298.14 | 1 | 0.62 |
| Hex | F9 | 3D | FF | 2 | 4C | 0 | 0 | 12A | 64 | 3E |
| Octal | 371 | 75 | 377 | 2 | 114 | 0 | 0 | 452 | 144 | 76 |
| Binary | 11111001 | 111101 | 11111111 | 10 | 1001100 | 0 | 0 | 100101010 | 1100100 | 111110 |
Color Harmonies of #F93DFF
Complementary color
Monochromatic Colors of #F93DFF
Black with #F93DFF
Text Example
Text Example
White with #F93DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93DFF; }
p { color: rgb(249,61,255); }
H1.HeaderClassName
{
color: #F93DFF;
}
.AnyTagClassName
{
color: #F93DFF;
}
</style>
background-color css
<style>
a { background-color: #F93DFF; }
a { background-color: rgb(249,61,255); }
div.DivClassName
{
background-color: #F93DFF;
}
.BgClassName
{
background-color: #F93DFF;
}
</style>
border-color css
<style>
span { border-color: #F93DFF; }
span { border-color: rgb(249,61,255); }
td.TdClassName
{
border-color: #F93DFF;
}
.TagClassName
{
border-color: #F93DFF;
}
</style>