Shades of Pink Flamingo #F742FE
Tints of Pink Flamingo #F742FE
RGB
CMYK
RGB Variations
Color information
#F742FE (or 0xF742FE) is known color: Pink Flamingo. HEX triplet: F7, 42 and FE. RGB value is (247,66,254). Sum of RGB (Red+Green+Blue) = 247+66+254=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 66 (26.17% from 255 or 11.64% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #F742FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742FE is #08BD01. Grayscale: #8C8C8C. Windows color (decimal): -572674 or 16663287. OLE color: 16663287.
HSL color Cylindrical-coordinate representation of color #F742FE: hue angle of 297.77º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F742FE is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 66 | 254 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.00 |
| HSL | 297.77º | 0.99% | 0.63% | - |
| HSV(B) | 297.77º | 0.74% | 1% | - |
| XYZ | 58.2 | 30.83 | 96.65 | - |
| YUV | 141.55 | 191.47 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 254 | 0.03 | 0.74 | 0 | 0.00 | 297.77 | 0.99 | 0.63 |
| Hex | F7 | 42 | FE | 3 | 4A | 0 | 0 | 12A | 63 | 3F |
| Octal | 367 | 102 | 376 | 3 | 112 | 0 | 0 | 452 | 143 | 77 |
| Binary | 11110111 | 1000010 | 11111110 | 11 | 1001010 | 0 | 0 | 100101010 | 1100011 | 111111 |
Color Harmonies of #F742FE
Complementary color
Monochromatic Colors of #F742FE
Black with #F742FE
Text Example
Text Example
White with #F742FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F742FE; }
p { color: rgb(247,66,254); }
H1.HeaderClassName
{
color: #F742FE;
}
.AnyTagClassName
{
color: #F742FE;
}
</style>
background-color css
<style>
a { background-color: #F742FE; }
a { background-color: rgb(247,66,254); }
div.DivClassName
{
background-color: #F742FE;
}
.BgClassName
{
background-color: #F742FE;
}
</style>
border-color css
<style>
span { border-color: #F742FE; }
span { border-color: rgb(247,66,254); }
td.TdClassName
{
border-color: #F742FE;
}
.TagClassName
{
border-color: #F742FE;
}
</style>