Shades of Pink Flamingo #F93CFD
Tints of Pink Flamingo #F93CFD
RGB
CMYK
RGB Variations
Color information
#F93CFD (or 0xF93CFD) is known color: Pink Flamingo. HEX triplet: F9, 3C and FD. RGB value is (249,60,253). Sum of RGB (Red+Green+Blue) = 249+60+253=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 60 (23.83% from 255 or 10.68% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #F93CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93CFD is #06C302. Grayscale: #898989. Windows color (decimal): -443139 or 16596217. OLE color: 16596217.
HSL color Cylindrical-coordinate representation of color #F93CFD: hue angle of 298.76º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93CFD is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 60 | 253 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.01 |
| HSL | 298.76º | 0.98% | 0.61% | - |
| HSV(B) | 298.76º | 0.76% | 0.99% | - |
| XYZ | 58.41 | 30.46 | 95.73 | - |
| YUV | 138.51 | 192.62 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 253 | 0.02 | 0.76 | 0 | 0.01 | 298.76 | 0.98 | 0.61 |
| Hex | F9 | 3C | FD | 2 | 4C | 0 | 1 | 12B | 62 | 3D |
| Octal | 371 | 74 | 375 | 2 | 114 | 0 | 1 | 453 | 142 | 75 |
| Binary | 11111001 | 111100 | 11111101 | 10 | 1001100 | 0 | 1 | 100101011 | 1100010 | 111101 |
Color Harmonies of #F93CFD
Complementary color
Monochromatic Colors of #F93CFD
Black with #F93CFD
Text Example
Text Example
White with #F93CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93CFD; }
p { color: rgb(249,60,253); }
H1.HeaderClassName
{
color: #F93CFD;
}
.AnyTagClassName
{
color: #F93CFD;
}
</style>
background-color css
<style>
a { background-color: #F93CFD; }
a { background-color: rgb(249,60,253); }
div.DivClassName
{
background-color: #F93CFD;
}
.BgClassName
{
background-color: #F93CFD;
}
</style>
border-color css
<style>
span { border-color: #F93CFD; }
span { border-color: rgb(249,60,253); }
td.TdClassName
{
border-color: #F93CFD;
}
.TagClassName
{
border-color: #F93CFD;
}
</style>