Shades of Pink Flamingo #F14AFF
Tints of Pink Flamingo #F14AFF
RGB
CMYK
RGB Variations
Color information
#F14AFF (or 0xF14AFF) is known color: Pink Flamingo. HEX triplet: F1, 4A and FF. RGB value is (241,74,255). Sum of RGB (Red+Green+Blue) = 241+74+255=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 74 (29.30% from 255 or 12.98% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #F14AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14AFF is #0EB500. Grayscale: #909090. Windows color (decimal): -963841 or 16730865. OLE color: 16730865.
HSL color Cylindrical-coordinate representation of color #F14AFF: hue angle of 295.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F14AFF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 74 | 255 | - |
| CMYK | 0.05 | 0.71 | 0 | 0 |
| HSL | 295.36º | 1% | 0.65% | - |
| HSV(B) | 295.36º | 0.71% | 1% | - |
| XYZ | 56.77 | 30.82 | 97.56 | - |
| YUV | 144.57 | 190.33 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 255 | 0.05 | 0.71 | 0 | 0 | 295.36 | 1 | 0.65 |
| Hex | F1 | 4A | FF | 5 | 47 | 0 | 0 | 127 | 64 | 41 |
| Octal | 361 | 112 | 377 | 5 | 107 | 0 | 0 | 447 | 144 | 101 |
| Binary | 11110001 | 1001010 | 11111111 | 101 | 1000111 | 0 | 0 | 100100111 | 1100100 | 1000001 |
Color Harmonies of #F14AFF
Complementary color
Monochromatic Colors of #F14AFF
Black with #F14AFF
Text Example
Text Example
White with #F14AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14AFF; }
p { color: rgb(241,74,255); }
H1.HeaderClassName
{
color: #F14AFF;
}
.AnyTagClassName
{
color: #F14AFF;
}
</style>
background-color css
<style>
a { background-color: #F14AFF; }
a { background-color: rgb(241,74,255); }
div.DivClassName
{
background-color: #F14AFF;
}
.BgClassName
{
background-color: #F14AFF;
}
</style>
border-color css
<style>
span { border-color: #F14AFF; }
span { border-color: rgb(241,74,255); }
td.TdClassName
{
border-color: #F14AFF;
}
.TagClassName
{
border-color: #F14AFF;
}
</style>