Shades of Pink Flamingo #F338FF
Tints of Pink Flamingo #F338FF
RGB
CMYK
RGB Variations
Color information
#F338FF (or 0xF338FF) is known color: Pink Flamingo. HEX triplet: F3, 38 and FF. RGB value is (243,56,255). Sum of RGB (Red+Green+Blue) = 243+56+255=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 56 (22.27% from 255 or 10.11% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #F338FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F338FF is #0CC700. Grayscale: #858585. Windows color (decimal): -837377 or 16726259. OLE color: 16726259.
HSL color Cylindrical-coordinate representation of color #F338FF: hue angle of 296.38º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F338FF is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 56 | 255 | - |
| CMYK | 0.05 | 0.78 | 0 | 0 |
| HSL | 296.38º | 1% | 0.61% | - |
| HSV(B) | 296.38º | 0.78% | 1% | - |
| XYZ | 56.43 | 29.1 | 97.25 | - |
| YUV | 134.6 | 195.95 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 255 | 0.05 | 0.78 | 0 | 0 | 296.38 | 1 | 0.61 |
| Hex | F3 | 38 | FF | 5 | 4E | 0 | 0 | 128 | 64 | 3D |
| Octal | 363 | 70 | 377 | 5 | 116 | 0 | 0 | 450 | 144 | 75 |
| Binary | 11110011 | 111000 | 11111111 | 101 | 1001110 | 0 | 0 | 100101000 | 1100100 | 111101 |
Color Harmonies of #F338FF
Complementary color
Monochromatic Colors of #F338FF
Black with #F338FF
Text Example
Text Example
White with #F338FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F338FF; }
p { color: rgb(243,56,255); }
H1.HeaderClassName
{
color: #F338FF;
}
.AnyTagClassName
{
color: #F338FF;
}
</style>
background-color css
<style>
a { background-color: #F338FF; }
a { background-color: rgb(243,56,255); }
div.DivClassName
{
background-color: #F338FF;
}
.BgClassName
{
background-color: #F338FF;
}
</style>
border-color css
<style>
span { border-color: #F338FF; }
span { border-color: rgb(243,56,255); }
td.TdClassName
{
border-color: #F338FF;
}
.TagClassName
{
border-color: #F338FF;
}
</style>