Shades of Pink Flamingo #F740FF
Tints of Pink Flamingo #F740FF
RGB
CMYK
RGB Variations
Color information
#F740FF (or 0xF740FF) is known color: Pink Flamingo. HEX triplet: F7, 40 and FF. RGB value is (247,64,255). Sum of RGB (Red+Green+Blue) = 247+64+255=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 64 (25.39% from 255 or 11.31% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #F740FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740FF is #08BF00. Grayscale: #8B8B8B. Windows color (decimal): -573185 or 16728311. OLE color: 16728311.
HSL color Cylindrical-coordinate representation of color #F740FF: hue angle of 297.49º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F740FF is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 64 | 255 | - |
| CMYK | 0.03 | 0.75 | 0 | 0 |
| HSL | 297.49º | 1% | 0.63% | - |
| HSV(B) | 297.49º | 0.75% | 1% | - |
| XYZ | 58.24 | 30.66 | 97.46 | - |
| YUV | 140.49 | 192.63 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 255 | 0.03 | 0.75 | 0 | 0 | 297.49 | 1 | 0.63 |
| Hex | F7 | 40 | FF | 3 | 4B | 0 | 0 | 129 | 64 | 3F |
| Octal | 367 | 100 | 377 | 3 | 113 | 0 | 0 | 451 | 144 | 77 |
| Binary | 11110111 | 1000000 | 11111111 | 11 | 1001011 | 0 | 0 | 100101001 | 1100100 | 111111 |
Color Harmonies of #F740FF
Complementary color
Monochromatic Colors of #F740FF
Black with #F740FF
Text Example
Text Example
White with #F740FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740FF; }
p { color: rgb(247,64,255); }
H1.HeaderClassName
{
color: #F740FF;
}
.AnyTagClassName
{
color: #F740FF;
}
</style>
background-color css
<style>
a { background-color: #F740FF; }
a { background-color: rgb(247,64,255); }
div.DivClassName
{
background-color: #F740FF;
}
.BgClassName
{
background-color: #F740FF;
}
</style>
border-color css
<style>
span { border-color: #F740FF; }
span { border-color: rgb(247,64,255); }
td.TdClassName
{
border-color: #F740FF;
}
.TagClassName
{
border-color: #F740FF;
}
</style>