Shades of Pink Flamingo #F338FA
Tints of Pink Flamingo #F338FA
RGB
CMYK
RGB Variations
Color information
#F338FA (or 0xF338FA) is known color: Pink Flamingo. HEX triplet: F3, 38 and FA. RGB value is (243,56,250). Sum of RGB (Red+Green+Blue) = 243+56+250=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 56 (22.27% from 255 or 10.20% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #F338FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F338FA is #0CC705. Grayscale: #858585. Windows color (decimal): -837382 or 16398579. OLE color: 16398579.
HSL color Cylindrical-coordinate representation of color #F338FA: hue angle of 297.84º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F338FA is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 56 | 250 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.02 |
| HSL | 297.84º | 0.95% | 0.6% | - |
| HSV(B) | 297.84º | 0.78% | 0.98% | - |
| XYZ | 55.63 | 28.79 | 93.07 | - |
| YUV | 134.03 | 193.45 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 250 | 0.03 | 0.78 | 0 | 0.02 | 297.84 | 0.95 | 0.6 |
| Hex | F3 | 38 | FA | 3 | 4E | 0 | 2 | 12A | 5F | 3C |
| Octal | 363 | 70 | 372 | 3 | 116 | 0 | 2 | 452 | 137 | 74 |
| Binary | 11110011 | 111000 | 11111010 | 11 | 1001110 | 0 | 10 | 100101010 | 1011111 | 111100 |
Color Harmonies of #F338FA
Complementary color
Monochromatic Colors of #F338FA
Black with #F338FA
Text Example
Text Example
White with #F338FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F338FA; }
p { color: rgb(243,56,250); }
H1.HeaderClassName
{
color: #F338FA;
}
.AnyTagClassName
{
color: #F338FA;
}
</style>
background-color css
<style>
a { background-color: #F338FA; }
a { background-color: rgb(243,56,250); }
div.DivClassName
{
background-color: #F338FA;
}
.BgClassName
{
background-color: #F338FA;
}
</style>
border-color css
<style>
span { border-color: #F338FA; }
span { border-color: rgb(243,56,250); }
td.TdClassName
{
border-color: #F338FA;
}
.TagClassName
{
border-color: #F338FA;
}
</style>