Shades of Pink Flamingo #F741F3
Tints of Pink Flamingo #F741F3
RGB
CMYK
RGB Variations
Color information
#F741F3 (or 0xF741F3) is known color: Pink Flamingo. HEX triplet: F7, 41 and F3. RGB value is (247,65,243). Sum of RGB (Red+Green+Blue) = 247+65+243=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 65 (25.78% from 255 or 11.71% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F741F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F741F3 is #08BE0C. Grayscale: #8B8B8B. Windows color (decimal): -572941 or 15942135. OLE color: 15942135.
HSL color Cylindrical-coordinate representation of color #F741F3: hue angle of 301.32º degrees, saturation: 0.92, 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 #F741F3 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 243 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.03 |
| HSL | 301.32º | 0.92% | 0.61% | - |
| HSV(B) | 301.32º | 0.74% | 0.97% | - |
| XYZ | 56.43 | 30.03 | 87.62 | - |
| YUV | 139.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 243 | 0 | 0.74 | 0.02 | 0.03 | 301.32 | 0.92 | 0.61 |
| Hex | F7 | 41 | F3 | 0 | 4A | 2 | 3 | 12D | 5C | 3D |
| Octal | 367 | 101 | 363 | 0 | 112 | 2 | 3 | 455 | 134 | 75 |
| Binary | 11110111 | 1000001 | 11110011 | 0 | 1001010 | 10 | 11 | 100101101 | 1011100 | 111101 |
Color Harmonies of #F741F3
Complementary color
Monochromatic Colors of #F741F3
Black with #F741F3
Text Example
Text Example
White with #F741F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741F3; }
p { color: rgb(247,65,243); }
H1.HeaderClassName
{
color: #F741F3;
}
.AnyTagClassName
{
color: #F741F3;
}
</style>
background-color css
<style>
a { background-color: #F741F3; }
a { background-color: rgb(247,65,243); }
div.DivClassName
{
background-color: #F741F3;
}
.BgClassName
{
background-color: #F741F3;
}
</style>
border-color css
<style>
span { border-color: #F741F3; }
span { border-color: rgb(247,65,243); }
td.TdClassName
{
border-color: #F741F3;
}
.TagClassName
{
border-color: #F741F3;
}
</style>