Shades of Pink Flamingo #F33FFD
Tints of Pink Flamingo #F33FFD
RGB
CMYK
RGB Variations
Color information
#F33FFD (or 0xF33FFD) is known color: Pink Flamingo. HEX triplet: F3, 3F and FD. RGB value is (243,63,253). Sum of RGB (Red+Green+Blue) = 243+63+253=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 63 (25% from 255 or 11.27% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #F33FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33FFD is #0CC002. Grayscale: #898989. Windows color (decimal): -835587 or 16596979. OLE color: 16596979.
HSL color Cylindrical-coordinate representation of color #F33FFD: hue angle of 296.84º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33FFD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 63 | 253 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.01 |
| HSL | 296.84º | 0.98% | 0.62% | - |
| HSV(B) | 296.84º | 0.75% | 0.99% | - |
| XYZ | 56.47 | 29.7 | 95.69 | - |
| YUV | 138.48 | 192.63 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 253 | 0.04 | 0.75 | 0 | 0.01 | 296.84 | 0.98 | 0.62 |
| Hex | F3 | 3F | FD | 4 | 4B | 0 | 1 | 129 | 62 | 3E |
| Octal | 363 | 77 | 375 | 4 | 113 | 0 | 1 | 451 | 142 | 76 |
| Binary | 11110011 | 111111 | 11111101 | 100 | 1001011 | 0 | 1 | 100101001 | 1100010 | 111110 |
Color Harmonies of #F33FFD
Complementary color
Monochromatic Colors of #F33FFD
Black with #F33FFD
Text Example
Text Example
White with #F33FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33FFD; }
p { color: rgb(243,63,253); }
H1.HeaderClassName
{
color: #F33FFD;
}
.AnyTagClassName
{
color: #F33FFD;
}
</style>
background-color css
<style>
a { background-color: #F33FFD; }
a { background-color: rgb(243,63,253); }
div.DivClassName
{
background-color: #F33FFD;
}
.BgClassName
{
background-color: #F33FFD;
}
</style>
border-color css
<style>
span { border-color: #F33FFD; }
span { border-color: rgb(243,63,253); }
td.TdClassName
{
border-color: #F33FFD;
}
.TagClassName
{
border-color: #F33FFD;
}
</style>