Shades of Pink Flamingo #F33BFE
Tints of Pink Flamingo #F33BFE
RGB
CMYK
RGB Variations
Color information
#F33BFE (or 0xF33BFE) is known color: Pink Flamingo. HEX triplet: F3, 3B and FE. RGB value is (243,59,254). Sum of RGB (Red+Green+Blue) = 243+59+254=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 59 (23.44% from 255 or 10.61% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #F33BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33BFE is #0CC401. Grayscale: #878787. Windows color (decimal): -836610 or 16661491. OLE color: 16661491.
HSL color Cylindrical-coordinate representation of color #F33BFE: hue angle of 296.62º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33BFE is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 59 | 254 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.00 |
| HSL | 296.62º | 0.99% | 0.61% | - |
| HSV(B) | 296.62º | 0.77% | 1% | - |
| XYZ | 56.42 | 29.34 | 96.46 | - |
| YUV | 136.25 | 194.46 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 254 | 0.04 | 0.77 | 0 | 0.00 | 296.62 | 0.99 | 0.61 |
| Hex | F3 | 3B | FE | 4 | 4D | 0 | 0 | 129 | 63 | 3D |
| Octal | 363 | 73 | 376 | 4 | 115 | 0 | 0 | 451 | 143 | 75 |
| Binary | 11110011 | 111011 | 11111110 | 100 | 1001101 | 0 | 0 | 100101001 | 1100011 | 111101 |
Color Harmonies of #F33BFE
Complementary color
Monochromatic Colors of #F33BFE
Black with #F33BFE
Text Example
Text Example
White with #F33BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BFE; }
p { color: rgb(243,59,254); }
H1.HeaderClassName
{
color: #F33BFE;
}
.AnyTagClassName
{
color: #F33BFE;
}
</style>
background-color css
<style>
a { background-color: #F33BFE; }
a { background-color: rgb(243,59,254); }
div.DivClassName
{
background-color: #F33BFE;
}
.BgClassName
{
background-color: #F33BFE;
}
</style>
border-color css
<style>
span { border-color: #F33BFE; }
span { border-color: rgb(243,59,254); }
td.TdClassName
{
border-color: #F33BFE;
}
.TagClassName
{
border-color: #F33BFE;
}
</style>