Shades of Pink Flamingo #F538FE
Tints of Pink Flamingo #F538FE
RGB
CMYK
RGB Variations
Color information
#F538FE (or 0xF538FE) is known color: Pink Flamingo. HEX triplet: F5, 38 and FE. RGB value is (245,56,254). Sum of RGB (Red+Green+Blue) = 245+56+254=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 56 (22.27% from 255 or 10.09% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #F538FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F538FE is #0AC701. Grayscale: #868686. Windows color (decimal): -706306 or 16660725. OLE color: 16660725.
HSL color Cylindrical-coordinate representation of color #F538FE: hue angle of 297.27º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F538FE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 56 | 254 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.00 |
| HSL | 297.27º | 0.99% | 0.61% | - |
| HSV(B) | 297.27º | 0.78% | 1% | - |
| XYZ | 56.96 | 29.4 | 96.44 | - |
| YUV | 135.08 | 195.12 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 254 | 0.04 | 0.78 | 0 | 0.00 | 297.27 | 0.99 | 0.61 |
| Hex | F5 | 38 | FE | 4 | 4E | 0 | 0 | 129 | 63 | 3D |
| Octal | 365 | 70 | 376 | 4 | 116 | 0 | 0 | 451 | 143 | 75 |
| Binary | 11110101 | 111000 | 11111110 | 100 | 1001110 | 0 | 0 | 100101001 | 1100011 | 111101 |
Color Harmonies of #F538FE
Complementary color
Monochromatic Colors of #F538FE
Black with #F538FE
Text Example
Text Example
White with #F538FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F538FE; }
p { color: rgb(245,56,254); }
H1.HeaderClassName
{
color: #F538FE;
}
.AnyTagClassName
{
color: #F538FE;
}
</style>
background-color css
<style>
a { background-color: #F538FE; }
a { background-color: rgb(245,56,254); }
div.DivClassName
{
background-color: #F538FE;
}
.BgClassName
{
background-color: #F538FE;
}
</style>
border-color css
<style>
span { border-color: #F538FE; }
span { border-color: rgb(245,56,254); }
td.TdClassName
{
border-color: #F538FE;
}
.TagClassName
{
border-color: #F538FE;
}
</style>