Shades of Pink Flamingo #F334FE
Tints of Pink Flamingo #F334FE
RGB
CMYK
RGB Variations
Color information
#F334FE (or 0xF334FE) is known color: Pink Flamingo. HEX triplet: F3, 34 and FE. RGB value is (243,52,254). Sum of RGB (Red+Green+Blue) = 243+52+254=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 52 (20.70% from 255 or 9.47% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #F334FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F334FE is #0CCB01. Grayscale: #838383. Windows color (decimal): -838402 or 16659699. OLE color: 16659699.
HSL color Cylindrical-coordinate representation of color #F334FE: hue angle of 296.73º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F334FE is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 52 | 254 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.00 |
| HSL | 296.73º | 0.99% | 0.6% | - |
| HSV(B) | 296.73º | 0.8% | 1% | - |
| XYZ | 56.08 | 28.67 | 96.34 | - |
| YUV | 132.14 | 196.78 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 254 | 0.04 | 0.80 | 0 | 0.00 | 296.73 | 0.99 | 0.6 |
| Hex | F3 | 34 | FE | 4 | 50 | 0 | 0 | 129 | 63 | 3C |
| Octal | 363 | 64 | 376 | 4 | 120 | 0 | 0 | 451 | 143 | 74 |
| Binary | 11110011 | 110100 | 11111110 | 100 | 1010000 | 0 | 0 | 100101001 | 1100011 | 111100 |
Color Harmonies of #F334FE
Complementary color
Monochromatic Colors of #F334FE
Black with #F334FE
Text Example
Text Example
White with #F334FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334FE; }
p { color: rgb(243,52,254); }
H1.HeaderClassName
{
color: #F334FE;
}
.AnyTagClassName
{
color: #F334FE;
}
</style>
background-color css
<style>
a { background-color: #F334FE; }
a { background-color: rgb(243,52,254); }
div.DivClassName
{
background-color: #F334FE;
}
.BgClassName
{
background-color: #F334FE;
}
</style>
border-color css
<style>
span { border-color: #F334FE; }
span { border-color: rgb(243,52,254); }
td.TdClassName
{
border-color: #F334FE;
}
.TagClassName
{
border-color: #F334FE;
}
</style>