Shades of Pink Flamingo #F740FB
Tints of Pink Flamingo #F740FB
RGB
CMYK
RGB Variations
Color information
#F740FB (or 0xF740FB) is known color: Pink Flamingo. HEX triplet: F7, 40 and FB. RGB value is (247,64,251). Sum of RGB (Red+Green+Blue) = 247+64+251=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 64 (25.39% from 255 or 11.39% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #F740FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740FB is #08BF04. Grayscale: #8B8B8B. Windows color (decimal): -573189 or 16466167. OLE color: 16466167.
HSL color Cylindrical-coordinate representation of color #F740FB: hue angle of 298.72º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F740FB is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 64 | 251 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.02 |
| HSL | 298.72º | 0.96% | 0.62% | - |
| HSV(B) | 298.72º | 0.75% | 0.98% | - |
| XYZ | 57.6 | 30.41 | 94.1 | - |
| YUV | 140.04 | 190.63 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 251 | 0.02 | 0.75 | 0 | 0.02 | 298.72 | 0.96 | 0.62 |
| Hex | F7 | 40 | FB | 2 | 4B | 0 | 2 | 12B | 60 | 3E |
| Octal | 367 | 100 | 373 | 2 | 113 | 0 | 2 | 453 | 140 | 76 |
| Binary | 11110111 | 1000000 | 11111011 | 10 | 1001011 | 0 | 10 | 100101011 | 1100000 | 111110 |
Color Harmonies of #F740FB
Complementary color
Monochromatic Colors of #F740FB
Black with #F740FB
Text Example
Text Example
White with #F740FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740FB; }
p { color: rgb(247,64,251); }
H1.HeaderClassName
{
color: #F740FB;
}
.AnyTagClassName
{
color: #F740FB;
}
</style>
background-color css
<style>
a { background-color: #F740FB; }
a { background-color: rgb(247,64,251); }
div.DivClassName
{
background-color: #F740FB;
}
.BgClassName
{
background-color: #F740FB;
}
</style>
border-color css
<style>
span { border-color: #F740FB; }
span { border-color: rgb(247,64,251); }
td.TdClassName
{
border-color: #F740FB;
}
.TagClassName
{
border-color: #F740FB;
}
</style>