Shades of Pink Flamingo #F333FD
Tints of Pink Flamingo #F333FD
RGB
CMYK
RGB Variations
Color information
#F333FD (or 0xF333FD) is known color: Pink Flamingo. HEX triplet: F3, 33 and FD. RGB value is (243,51,253). Sum of RGB (Red+Green+Blue) = 243+51+253=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 51 (20.31% from 255 or 9.32% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #F333FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F333FD is #0CCC02. Grayscale: #828282. Windows color (decimal): -838659 or 16593907. OLE color: 16593907.
HSL color Cylindrical-coordinate representation of color #F333FD: hue angle of 297.03º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F333FD is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 51 | 253 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.01 |
| HSL | 297.03º | 0.98% | 0.6% | - |
| HSV(B) | 297.03º | 0.8% | 0.99% | - |
| XYZ | 55.88 | 28.51 | 95.49 | - |
| YUV | 131.44 | 196.61 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 253 | 0.04 | 0.80 | 0 | 0.01 | 297.03 | 0.98 | 0.6 |
| Hex | F3 | 33 | FD | 4 | 50 | 0 | 1 | 129 | 62 | 3C |
| Octal | 363 | 63 | 375 | 4 | 120 | 0 | 1 | 451 | 142 | 74 |
| Binary | 11110011 | 110011 | 11111101 | 100 | 1010000 | 0 | 1 | 100101001 | 1100010 | 111100 |
Color Harmonies of #F333FD
Complementary color
Monochromatic Colors of #F333FD
Black with #F333FD
Text Example
Text Example
White with #F333FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F333FD; }
p { color: rgb(243,51,253); }
H1.HeaderClassName
{
color: #F333FD;
}
.AnyTagClassName
{
color: #F333FD;
}
</style>
background-color css
<style>
a { background-color: #F333FD; }
a { background-color: rgb(243,51,253); }
div.DivClassName
{
background-color: #F333FD;
}
.BgClassName
{
background-color: #F333FD;
}
</style>
border-color css
<style>
span { border-color: #F333FD; }
span { border-color: rgb(243,51,253); }
td.TdClassName
{
border-color: #F333FD;
}
.TagClassName
{
border-color: #F333FD;
}
</style>