Shades of Pink Flamingo #F33BFF
Tints of Pink Flamingo #F33BFF
RGB
CMYK
RGB Variations
Color information
#F33BFF (or 0xF33BFF) is known color: Pink Flamingo. HEX triplet: F3, 3B and FF. RGB value is (243,59,255). Sum of RGB (Red+Green+Blue) = 243+59+255=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 59 (23.44% from 255 or 10.59% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #F33BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33BFF is #0CC400. Grayscale: #878787. Windows color (decimal): -836609 or 16727027. OLE color: 16727027.
HSL color Cylindrical-coordinate representation of color #F33BFF: hue angle of 296.33º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33BFF is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 59 | 255 | - |
| CMYK | 0.05 | 0.77 | 0 | 0 |
| HSL | 296.33º | 1% | 0.62% | - |
| HSV(B) | 296.33º | 0.77% | 1% | - |
| XYZ | 56.58 | 29.4 | 97.3 | - |
| YUV | 136.36 | 194.96 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 255 | 0.05 | 0.77 | 0 | 0 | 296.33 | 1 | 0.62 |
| Hex | F3 | 3B | FF | 5 | 4D | 0 | 0 | 128 | 64 | 3E |
| Octal | 363 | 73 | 377 | 5 | 115 | 0 | 0 | 450 | 144 | 76 |
| Binary | 11110011 | 111011 | 11111111 | 101 | 1001101 | 0 | 0 | 100101000 | 1100100 | 111110 |
Color Harmonies of #F33BFF
Complementary color
Monochromatic Colors of #F33BFF
Black with #F33BFF
Text Example
Text Example
White with #F33BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BFF; }
p { color: rgb(243,59,255); }
H1.HeaderClassName
{
color: #F33BFF;
}
.AnyTagClassName
{
color: #F33BFF;
}
</style>
background-color css
<style>
a { background-color: #F33BFF; }
a { background-color: rgb(243,59,255); }
div.DivClassName
{
background-color: #F33BFF;
}
.BgClassName
{
background-color: #F33BFF;
}
</style>
border-color css
<style>
span { border-color: #F33BFF; }
span { border-color: rgb(243,59,255); }
td.TdClassName
{
border-color: #F33BFF;
}
.TagClassName
{
border-color: #F33BFF;
}
</style>