Shades of Pink Flamingo #F538F7
Tints of Pink Flamingo #F538F7
RGB
CMYK
RGB Variations
Color information
#F538F7 (or 0xF538F7) is known color: Pink Flamingo. HEX triplet: F5, 38 and F7. RGB value is (245,56,247). Sum of RGB (Red+Green+Blue) = 245+56+247=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 56 (22.27% from 255 or 10.22% from 548); Blue value is 247 (96.88% from 255 or 45.07% from 548); Max value from RGB is 247 - color contains mainly: blue. Hex color #F538F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F538F7 is #0AC708. Grayscale: #858585. Windows color (decimal): -706313 or 16201973. OLE color: 16201973.
HSL color Cylindrical-coordinate representation of color #F538F7: hue angle of 299.37º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F538F7 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 56 | 247 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.03 |
| HSL | 299.37º | 0.92% | 0.59% | - |
| HSV(B) | 299.37º | 0.77% | 0.97% | - |
| XYZ | 55.86 | 28.96 | 90.64 | - |
| YUV | 134.29 | 191.62 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 247 | 0.01 | 0.77 | 0 | 0.03 | 299.37 | 0.92 | 0.59 |
| Hex | F5 | 38 | F7 | 1 | 4D | 0 | 3 | 12B | 5C | 3B |
| Octal | 365 | 70 | 367 | 1 | 115 | 0 | 3 | 453 | 134 | 73 |
| Binary | 11110101 | 111000 | 11110111 | 1 | 1001101 | 0 | 11 | 100101011 | 1011100 | 111011 |
Color Harmonies of #F538F7
Complementary color
Monochromatic Colors of #F538F7
Black with #F538F7
Text Example
Text Example
White with #F538F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F538F7; }
p { color: rgb(245,56,247); }
H1.HeaderClassName
{
color: #F538F7;
}
.AnyTagClassName
{
color: #F538F7;
}
</style>
background-color css
<style>
a { background-color: #F538F7; }
a { background-color: rgb(245,56,247); }
div.DivClassName
{
background-color: #F538F7;
}
.BgClassName
{
background-color: #F538F7;
}
</style>
border-color css
<style>
span { border-color: #F538F7; }
span { border-color: rgb(245,56,247); }
td.TdClassName
{
border-color: #F538F7;
}
.TagClassName
{
border-color: #F538F7;
}
</style>