Shades of Pink Flamingo #F741FE
Tints of Pink Flamingo #F741FE
RGB
CMYK
RGB Variations
Color information
#F741FE (or 0xF741FE) is known color: Pink Flamingo. HEX triplet: F7, 41 and FE. RGB value is (247,65,254). Sum of RGB (Red+Green+Blue) = 247+65+254=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 65 (25.78% from 255 or 11.48% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #F741FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F741FE is #08BE01. Grayscale: #8C8C8C. Windows color (decimal): -572930 or 16663031. OLE color: 16663031.
HSL color Cylindrical-coordinate representation of color #F741FE: hue angle of 297.78º 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 #F741FE is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 65 | 254 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.00 |
| HSL | 297.78º | 0.99% | 0.63% | - |
| HSV(B) | 297.78º | 0.74% | 1% | - |
| XYZ | 58.14 | 30.71 | 96.63 | - |
| YUV | 140.96 | 191.8 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 254 | 0.03 | 0.74 | 0 | 0.00 | 297.78 | 0.99 | 0.63 |
| Hex | F7 | 41 | FE | 3 | 4A | 0 | 0 | 12A | 63 | 3F |
| Octal | 367 | 101 | 376 | 3 | 112 | 0 | 0 | 452 | 143 | 77 |
| Binary | 11110111 | 1000001 | 11111110 | 11 | 1001010 | 0 | 0 | 100101010 | 1100011 | 111111 |
Color Harmonies of #F741FE
Complementary color
Monochromatic Colors of #F741FE
Black with #F741FE
Text Example
Text Example
White with #F741FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741FE; }
p { color: rgb(247,65,254); }
H1.HeaderClassName
{
color: #F741FE;
}
.AnyTagClassName
{
color: #F741FE;
}
</style>
background-color css
<style>
a { background-color: #F741FE; }
a { background-color: rgb(247,65,254); }
div.DivClassName
{
background-color: #F741FE;
}
.BgClassName
{
background-color: #F741FE;
}
</style>
border-color css
<style>
span { border-color: #F741FE; }
span { border-color: rgb(247,65,254); }
td.TdClassName
{
border-color: #F741FE;
}
.TagClassName
{
border-color: #F741FE;
}
</style>