Shades of Pink Flamingo #F740F8
Tints of Pink Flamingo #F740F8
RGB
CMYK
RGB Variations
Color information
#F740F8 (or 0xF740F8) is known color: Pink Flamingo. HEX triplet: F7, 40 and F8. RGB value is (247,64,248). Sum of RGB (Red+Green+Blue) = 247+64+248=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 64 (25.39% from 255 or 11.45% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #F740F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740F8 is #08BF07. Grayscale: #8B8B8B. Windows color (decimal): -573192 or 16269559. OLE color: 16269559.
HSL color Cylindrical-coordinate representation of color #F740F8: hue angle of 299.67º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F740F8 is Cyan = 0.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 248 | - |
| CMYK | 0.00 | 0.74 | 0 | 0.03 |
| HSL | 299.67º | 0.93% | 0.61% | - |
| HSV(B) | 299.67º | 0.74% | 0.97% | - |
| XYZ | 57.13 | 30.22 | 91.63 | - |
| YUV | 139.69 | 189.13 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 248 | 0.00 | 0.74 | 0 | 0.03 | 299.67 | 0.93 | 0.61 |
| Hex | F7 | 40 | F8 | 0 | 4A | 0 | 3 | 12C | 5D | 3D |
| Octal | 367 | 100 | 370 | 0 | 112 | 0 | 3 | 454 | 135 | 75 |
| Binary | 11110111 | 1000000 | 11111000 | 0 | 1001010 | 0 | 11 | 100101100 | 1011101 | 111101 |
Color Harmonies of #F740F8
Complementary color
Monochromatic Colors of #F740F8
Black with #F740F8
Text Example
Text Example
White with #F740F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740F8; }
p { color: rgb(247,64,248); }
H1.HeaderClassName
{
color: #F740F8;
}
.AnyTagClassName
{
color: #F740F8;
}
</style>
background-color css
<style>
a { background-color: #F740F8; }
a { background-color: rgb(247,64,248); }
div.DivClassName
{
background-color: #F740F8;
}
.BgClassName
{
background-color: #F740F8;
}
</style>
border-color css
<style>
span { border-color: #F740F8; }
span { border-color: rgb(247,64,248); }
td.TdClassName
{
border-color: #F740F8;
}
.TagClassName
{
border-color: #F740F8;
}
</style>