Shades of Pink Flamingo #F741FA
Tints of Pink Flamingo #F741FA
RGB
CMYK
RGB Variations
Color information
#F741FA (or 0xF741FA) is known color: Pink Flamingo. HEX triplet: F7, 41 and FA. RGB value is (247,65,250). Sum of RGB (Red+Green+Blue) = 247+65+250=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 65 (25.78% from 255 or 11.57% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #F741FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F741FA is #08BE05. Grayscale: #8B8B8B. Windows color (decimal): -572934 or 16400887. OLE color: 16400887.
HSL color Cylindrical-coordinate representation of color #F741FA: hue angle of 299.03º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F741FA is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 65 | 250 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.02 |
| HSL | 299.03º | 0.95% | 0.62% | - |
| HSV(B) | 299.03º | 0.74% | 0.98% | - |
| XYZ | 57.5 | 30.46 | 93.29 | - |
| YUV | 140.51 | 189.8 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 250 | 0.01 | 0.74 | 0 | 0.02 | 299.03 | 0.95 | 0.62 |
| Hex | F7 | 41 | FA | 1 | 4A | 0 | 2 | 12B | 5F | 3E |
| Octal | 367 | 101 | 372 | 1 | 112 | 0 | 2 | 453 | 137 | 76 |
| Binary | 11110111 | 1000001 | 11111010 | 1 | 1001010 | 0 | 10 | 100101011 | 1011111 | 111110 |
Color Harmonies of #F741FA
Complementary color
Monochromatic Colors of #F741FA
Black with #F741FA
Text Example
Text Example
White with #F741FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741FA; }
p { color: rgb(247,65,250); }
H1.HeaderClassName
{
color: #F741FA;
}
.AnyTagClassName
{
color: #F741FA;
}
</style>
background-color css
<style>
a { background-color: #F741FA; }
a { background-color: rgb(247,65,250); }
div.DivClassName
{
background-color: #F741FA;
}
.BgClassName
{
background-color: #F741FA;
}
</style>
border-color css
<style>
span { border-color: #F741FA; }
span { border-color: rgb(247,65,250); }
td.TdClassName
{
border-color: #F741FA;
}
.TagClassName
{
border-color: #F741FA;
}
</style>