Shades of Pink Flamingo #F33FFF
Tints of Pink Flamingo #F33FFF
RGB
CMYK
RGB Variations
Color information
#F33FFF (or 0xF33FFF) is known color: Pink Flamingo. HEX triplet: F3, 3F and FF. RGB value is (243,63,255). Sum of RGB (Red+Green+Blue) = 243+63+255=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 63 (25% from 255 or 11.23% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #F33FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33FFF is #0CC000. Grayscale: #8A8A8A. Windows color (decimal): -835585 or 16728051. OLE color: 16728051.
HSL color Cylindrical-coordinate representation of color #F33FFF: hue angle of 296.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33FFF is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 63 | 255 | - |
| CMYK | 0.05 | 0.75 | 0 | 0 |
| HSL | 296.25º | 1% | 0.62% | - |
| HSV(B) | 296.25º | 0.75% | 1% | - |
| XYZ | 56.79 | 29.83 | 97.37 | - |
| YUV | 138.71 | 193.63 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 255 | 0.05 | 0.75 | 0 | 0 | 296.25 | 1 | 0.62 |
| Hex | F3 | 3F | FF | 5 | 4B | 0 | 0 | 128 | 64 | 3E |
| Octal | 363 | 77 | 377 | 5 | 113 | 0 | 0 | 450 | 144 | 76 |
| Binary | 11110011 | 111111 | 11111111 | 101 | 1001011 | 0 | 0 | 100101000 | 1100100 | 111110 |
Color Harmonies of #F33FFF
Complementary color
Monochromatic Colors of #F33FFF
Black with #F33FFF
Text Example
Text Example
White with #F33FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33FFF; }
p { color: rgb(243,63,255); }
H1.HeaderClassName
{
color: #F33FFF;
}
.AnyTagClassName
{
color: #F33FFF;
}
</style>
background-color css
<style>
a { background-color: #F33FFF; }
a { background-color: rgb(243,63,255); }
div.DivClassName
{
background-color: #F33FFF;
}
.BgClassName
{
background-color: #F33FFF;
}
</style>
border-color css
<style>
span { border-color: #F33FFF; }
span { border-color: rgb(243,63,255); }
td.TdClassName
{
border-color: #F33FFF;
}
.TagClassName
{
border-color: #F33FFF;
}
</style>