Shades of Pink Flamingo #F33DFE
Tints of Pink Flamingo #F33DFE
RGB
CMYK
RGB Variations
Color information
#F33DFE (or 0xF33DFE) is known color: Pink Flamingo. HEX triplet: F3, 3D and FE. RGB value is (243,61,254). Sum of RGB (Red+Green+Blue) = 243+61+254=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 61 (24.22% from 255 or 10.93% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #F33DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33DFE is #0CC201. Grayscale: #888888. Windows color (decimal): -836098 or 16662003. OLE color: 16662003.
HSL color Cylindrical-coordinate representation of color #F33DFE: hue angle of 296.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33DFE is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 61 | 254 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.00 |
| HSL | 296.58º | 0.99% | 0.62% | - |
| HSV(B) | 296.58º | 0.76% | 1% | - |
| XYZ | 56.52 | 29.55 | 96.49 | - |
| YUV | 137.42 | 193.8 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 254 | 0.04 | 0.76 | 0 | 0.00 | 296.58 | 0.99 | 0.62 |
| Hex | F3 | 3D | FE | 4 | 4C | 0 | 0 | 129 | 63 | 3E |
| Octal | 363 | 75 | 376 | 4 | 114 | 0 | 0 | 451 | 143 | 76 |
| Binary | 11110011 | 111101 | 11111110 | 100 | 1001100 | 0 | 0 | 100101001 | 1100011 | 111110 |
Color Harmonies of #F33DFE
Complementary color
Monochromatic Colors of #F33DFE
Black with #F33DFE
Text Example
Text Example
White with #F33DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33DFE; }
p { color: rgb(243,61,254); }
H1.HeaderClassName
{
color: #F33DFE;
}
.AnyTagClassName
{
color: #F33DFE;
}
</style>
background-color css
<style>
a { background-color: #F33DFE; }
a { background-color: rgb(243,61,254); }
div.DivClassName
{
background-color: #F33DFE;
}
.BgClassName
{
background-color: #F33DFE;
}
</style>
border-color css
<style>
span { border-color: #F33DFE; }
span { border-color: rgb(243,61,254); }
td.TdClassName
{
border-color: #F33DFE;
}
.TagClassName
{
border-color: #F33DFE;
}
</style>