Shades of Pink Flamingo #F334F9
Tints of Pink Flamingo #F334F9
RGB
CMYK
RGB Variations
Color information
#F334F9 (or 0xF334F9) is known color: Pink Flamingo. HEX triplet: F3, 34 and F9. RGB value is (243,52,249). Sum of RGB (Red+Green+Blue) = 243+52+249=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 52 (20.70% from 255 or 9.56% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #F334F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F334F9 is #0CCB06. Grayscale: #828282. Windows color (decimal): -838407 or 16332019. OLE color: 16332019.
HSL color Cylindrical-coordinate representation of color #F334F9: hue angle of 298.17º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334F9 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 52 | 249 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.02 |
| HSL | 298.17º | 0.94% | 0.59% | - |
| HSV(B) | 298.17º | 0.79% | 0.98% | - |
| XYZ | 55.29 | 28.35 | 92.18 | - |
| YUV | 131.57 | 194.28 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 249 | 0.02 | 0.79 | 0 | 0.02 | 298.17 | 0.94 | 0.59 |
| Hex | F3 | 34 | F9 | 2 | 4F | 0 | 2 | 12A | 5E | 3B |
| Octal | 363 | 64 | 371 | 2 | 117 | 0 | 2 | 452 | 136 | 73 |
| Binary | 11110011 | 110100 | 11111001 | 10 | 1001111 | 0 | 10 | 100101010 | 1011110 | 111011 |
Color Harmonies of #F334F9
Complementary color
Monochromatic Colors of #F334F9
Black with #F334F9
Text Example
Text Example
White with #F334F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334F9; }
p { color: rgb(243,52,249); }
H1.HeaderClassName
{
color: #F334F9;
}
.AnyTagClassName
{
color: #F334F9;
}
</style>
background-color css
<style>
a { background-color: #F334F9; }
a { background-color: rgb(243,52,249); }
div.DivClassName
{
background-color: #F334F9;
}
.BgClassName
{
background-color: #F334F9;
}
</style>
border-color css
<style>
span { border-color: #F334F9; }
span { border-color: rgb(243,52,249); }
td.TdClassName
{
border-color: #F334F9;
}
.TagClassName
{
border-color: #F334F9;
}
</style>