Shades of Pink Flamingo #F736FA
Tints of Pink Flamingo #F736FA
RGB
CMYK
RGB Variations
Color information
#F736FA (or 0xF736FA) is known color: Pink Flamingo. HEX triplet: F7, 36 and FA. RGB value is (247,54,250). Sum of RGB (Red+Green+Blue) = 247+54+250=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 54 (21.48% from 255 or 9.80% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #F736FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F736FA is #08C905. Grayscale: #858585. Windows color (decimal): -575750 or 16398071. OLE color: 16398071.
HSL color Cylindrical-coordinate representation of color #F736FA: hue angle of 299.08º 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 #F736FA is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 54 | 250 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.02 |
| HSL | 299.08º | 0.95% | 0.6% | - |
| HSV(B) | 299.08º | 0.78% | 0.98% | - |
| XYZ | 56.93 | 29.31 | 93.1 | - |
| YUV | 134.05 | 193.44 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 250 | 0.01 | 0.78 | 0 | 0.02 | 299.08 | 0.95 | 0.6 |
| Hex | F7 | 36 | FA | 1 | 4E | 0 | 2 | 12B | 5F | 3C |
| Octal | 367 | 66 | 372 | 1 | 116 | 0 | 2 | 453 | 137 | 74 |
| Binary | 11110111 | 110110 | 11111010 | 1 | 1001110 | 0 | 10 | 100101011 | 1011111 | 111100 |
Color Harmonies of #F736FA
Complementary color
Monochromatic Colors of #F736FA
Black with #F736FA
Text Example
Text Example
White with #F736FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F736FA; }
p { color: rgb(247,54,250); }
H1.HeaderClassName
{
color: #F736FA;
}
.AnyTagClassName
{
color: #F736FA;
}
</style>
background-color css
<style>
a { background-color: #F736FA; }
a { background-color: rgb(247,54,250); }
div.DivClassName
{
background-color: #F736FA;
}
.BgClassName
{
background-color: #F736FA;
}
</style>
border-color css
<style>
span { border-color: #F736FA; }
span { border-color: rgb(247,54,250); }
td.TdClassName
{
border-color: #F736FA;
}
.TagClassName
{
border-color: #F736FA;
}
</style>