Shades of Pink Flamingo #F740FE
Tints of Pink Flamingo #F740FE
RGB
CMYK
RGB Variations
Color information
#F740FE (or 0xF740FE) is known color: Pink Flamingo. HEX triplet: F7, 40 and FE. RGB value is (247,64,254). Sum of RGB (Red+Green+Blue) = 247+64+254=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 64 (25.39% from 255 or 11.33% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #F740FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740FE is #08BF01. Grayscale: #8B8B8B. Windows color (decimal): -573186 or 16662775. OLE color: 16662775.
HSL color Cylindrical-coordinate representation of color #F740FE: hue angle of 297.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F740FE is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 64 | 254 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.00 |
| HSL | 297.79º | 0.99% | 0.62% | - |
| HSV(B) | 297.79º | 0.75% | 1% | - |
| XYZ | 58.08 | 30.6 | 96.61 | - |
| YUV | 140.38 | 192.13 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 254 | 0.03 | 0.75 | 0 | 0.00 | 297.79 | 0.99 | 0.62 |
| Hex | F7 | 40 | FE | 3 | 4B | 0 | 0 | 12A | 63 | 3E |
| Octal | 367 | 100 | 376 | 3 | 113 | 0 | 0 | 452 | 143 | 76 |
| Binary | 11110111 | 1000000 | 11111110 | 11 | 1001011 | 0 | 0 | 100101010 | 1100011 | 111110 |
Color Harmonies of #F740FE
Complementary color
Monochromatic Colors of #F740FE
Black with #F740FE
Text Example
Text Example
White with #F740FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740FE; }
p { color: rgb(247,64,254); }
H1.HeaderClassName
{
color: #F740FE;
}
.AnyTagClassName
{
color: #F740FE;
}
</style>
background-color css
<style>
a { background-color: #F740FE; }
a { background-color: rgb(247,64,254); }
div.DivClassName
{
background-color: #F740FE;
}
.BgClassName
{
background-color: #F740FE;
}
</style>
border-color css
<style>
span { border-color: #F740FE; }
span { border-color: rgb(247,64,254); }
td.TdClassName
{
border-color: #F740FE;
}
.TagClassName
{
border-color: #F740FE;
}
</style>