Shades of Pink Flamingo #F741FF
Tints of Pink Flamingo #F741FF
RGB
CMYK
RGB Variations
Color information
#F741FF (or 0xF741FF) is known color: Pink Flamingo. HEX triplet: F7, 41 and FF. RGB value is (247,65,255). Sum of RGB (Red+Green+Blue) = 247+65+255=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 65 (25.78% from 255 or 11.46% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #F741FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F741FF is #08BE00. Grayscale: #8C8C8C. Windows color (decimal): -572929 or 16728567. OLE color: 16728567.
HSL color Cylindrical-coordinate representation of color #F741FF: hue angle of 297.47º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F741FF is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 65 | 255 | - |
| CMYK | 0.03 | 0.75 | 0 | 0 |
| HSL | 297.47º | 1% | 0.63% | - |
| HSV(B) | 297.47º | 0.75% | 1% | - |
| XYZ | 58.3 | 30.77 | 97.48 | - |
| YUV | 141.08 | 192.3 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 255 | 0.03 | 0.75 | 0 | 0 | 297.47 | 1 | 0.63 |
| Hex | F7 | 41 | FF | 3 | 4B | 0 | 0 | 129 | 64 | 3F |
| Octal | 367 | 101 | 377 | 3 | 113 | 0 | 0 | 451 | 144 | 77 |
| Binary | 11110111 | 1000001 | 11111111 | 11 | 1001011 | 0 | 0 | 100101001 | 1100100 | 111111 |
Color Harmonies of #F741FF
Complementary color
Monochromatic Colors of #F741FF
Black with #F741FF
Text Example
Text Example
White with #F741FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741FF; }
p { color: rgb(247,65,255); }
H1.HeaderClassName
{
color: #F741FF;
}
.AnyTagClassName
{
color: #F741FF;
}
</style>
background-color css
<style>
a { background-color: #F741FF; }
a { background-color: rgb(247,65,255); }
div.DivClassName
{
background-color: #F741FF;
}
.BgClassName
{
background-color: #F741FF;
}
</style>
border-color css
<style>
span { border-color: #F741FF; }
span { border-color: rgb(247,65,255); }
td.TdClassName
{
border-color: #F741FF;
}
.TagClassName
{
border-color: #F741FF;
}
</style>