Shades of Pink Flamingo #F538FF
Tints of Pink Flamingo #F538FF
RGB
CMYK
RGB Variations
Color information
#F538FF (or 0xF538FF) is known color: Pink Flamingo. HEX triplet: F5, 38 and FF. RGB value is (245,56,255). Sum of RGB (Red+Green+Blue) = 245+56+255=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 56 (22.27% from 255 or 10.07% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #F538FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F538FF is #0AC700. Grayscale: #868686. Windows color (decimal): -706305 or 16726261. OLE color: 16726261.
HSL color Cylindrical-coordinate representation of color #F538FF: hue angle of 296.98º 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 #F538FF is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 56 | 255 | - |
| CMYK | 0.04 | 0.78 | 0 | 0 |
| HSL | 296.98º | 1% | 0.61% | - |
| HSV(B) | 296.98º | 0.78% | 1% | - |
| XYZ | 57.12 | 29.46 | 97.28 | - |
| YUV | 135.2 | 195.62 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 255 | 0.04 | 0.78 | 0 | 0 | 296.98 | 1 | 0.61 |
| Hex | F5 | 38 | FF | 4 | 4E | 0 | 0 | 129 | 64 | 3D |
| Octal | 365 | 70 | 377 | 4 | 116 | 0 | 0 | 451 | 144 | 75 |
| Binary | 11110101 | 111000 | 11111111 | 100 | 1001110 | 0 | 0 | 100101001 | 1100100 | 111101 |
Color Harmonies of #F538FF
Complementary color
Monochromatic Colors of #F538FF
Black with #F538FF
Text Example
Text Example
White with #F538FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F538FF; }
p { color: rgb(245,56,255); }
H1.HeaderClassName
{
color: #F538FF;
}
.AnyTagClassName
{
color: #F538FF;
}
</style>
background-color css
<style>
a { background-color: #F538FF; }
a { background-color: rgb(245,56,255); }
div.DivClassName
{
background-color: #F538FF;
}
.BgClassName
{
background-color: #F538FF;
}
</style>
border-color css
<style>
span { border-color: #F538FF; }
span { border-color: rgb(245,56,255); }
td.TdClassName
{
border-color: #F538FF;
}
.TagClassName
{
border-color: #F538FF;
}
</style>