Shades of Pink Flamingo #F741F4
Tints of Pink Flamingo #F741F4
RGB
CMYK
RGB Variations
Color information
#F741F4 (or 0xF741F4) is known color: Pink Flamingo. HEX triplet: F7, 41 and F4. RGB value is (247,65,244). Sum of RGB (Red+Green+Blue) = 247+65+244=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 65 (25.78% from 255 or 11.69% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F741F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F741F4 is #08BE0B. Grayscale: #8B8B8B. Windows color (decimal): -572940 or 16007671. OLE color: 16007671.
HSL color Cylindrical-coordinate representation of color #F741F4: hue angle of 300.99º 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 #F741F4 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 244 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.03 |
| HSL | 300.99º | 0.92% | 0.61% | - |
| HSV(B) | 300.99º | 0.74% | 0.97% | - |
| XYZ | 56.58 | 30.09 | 88.41 | - |
| YUV | 139.82 | 186.8 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 244 | 0 | 0.74 | 0.01 | 0.03 | 300.99 | 0.92 | 0.61 |
| Hex | F7 | 41 | F4 | 0 | 4A | 1 | 3 | 12D | 5C | 3D |
| Octal | 367 | 101 | 364 | 0 | 112 | 1 | 3 | 455 | 134 | 75 |
| Binary | 11110111 | 1000001 | 11110100 | 0 | 1001010 | 1 | 11 | 100101101 | 1011100 | 111101 |
Color Harmonies of #F741F4
Complementary color
Monochromatic Colors of #F741F4
Black with #F741F4
Text Example
Text Example
White with #F741F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741F4; }
p { color: rgb(247,65,244); }
H1.HeaderClassName
{
color: #F741F4;
}
.AnyTagClassName
{
color: #F741F4;
}
</style>
background-color css
<style>
a { background-color: #F741F4; }
a { background-color: rgb(247,65,244); }
div.DivClassName
{
background-color: #F741F4;
}
.BgClassName
{
background-color: #F741F4;
}
</style>
border-color css
<style>
span { border-color: #F741F4; }
span { border-color: rgb(247,65,244); }
td.TdClassName
{
border-color: #F741F4;
}
.TagClassName
{
border-color: #F741F4;
}
</style>