Shades of Pink Flamingo #F33FFE
Tints of Pink Flamingo #F33FFE
RGB
CMYK
RGB Variations
Color information
#F33FFE (or 0xF33FFE) is known color: Pink Flamingo. HEX triplet: F3, 3F and FE. RGB value is (243,63,254). Sum of RGB (Red+Green+Blue) = 243+63+254=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 63 (25% from 255 or 11.25% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #F33FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33FFE is #0CC001. Grayscale: #8A8A8A. Windows color (decimal): -835586 or 16662515. OLE color: 16662515.
HSL color Cylindrical-coordinate representation of color #F33FFE: hue angle of 296.54º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33FFE is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 63 | 254 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.00 |
| HSL | 296.54º | 0.99% | 0.62% | - |
| HSV(B) | 296.54º | 0.75% | 1% | - |
| XYZ | 56.63 | 29.77 | 96.53 | - |
| YUV | 138.59 | 193.13 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 254 | 0.04 | 0.75 | 0 | 0.00 | 296.54 | 0.99 | 0.62 |
| Hex | F3 | 3F | FE | 4 | 4B | 0 | 0 | 129 | 63 | 3E |
| Octal | 363 | 77 | 376 | 4 | 113 | 0 | 0 | 451 | 143 | 76 |
| Binary | 11110011 | 111111 | 11111110 | 100 | 1001011 | 0 | 0 | 100101001 | 1100011 | 111110 |
Color Harmonies of #F33FFE
Complementary color
Monochromatic Colors of #F33FFE
Black with #F33FFE
Text Example
Text Example
White with #F33FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33FFE; }
p { color: rgb(243,63,254); }
H1.HeaderClassName
{
color: #F33FFE;
}
.AnyTagClassName
{
color: #F33FFE;
}
</style>
background-color css
<style>
a { background-color: #F33FFE; }
a { background-color: rgb(243,63,254); }
div.DivClassName
{
background-color: #F33FFE;
}
.BgClassName
{
background-color: #F33FFE;
}
</style>
border-color css
<style>
span { border-color: #F33FFE; }
span { border-color: rgb(243,63,254); }
td.TdClassName
{
border-color: #F33FFE;
}
.TagClassName
{
border-color: #F33FFE;
}
</style>