Shades of Pink Flamingo #F74BFE
Tints of Pink Flamingo #F74BFE
RGB
CMYK
RGB Variations
Color information
#F74BFE (or 0xF74BFE) is known color: Pink Flamingo. HEX triplet: F7, 4B and FE. RGB value is (247,75,254). Sum of RGB (Red+Green+Blue) = 247+75+254=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 75 (29.69% from 255 or 13.02% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #F74BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74BFE is #08B401. Grayscale: #929292. Windows color (decimal): -570370 or 16665591. OLE color: 16665591.
HSL color Cylindrical-coordinate representation of color #F74BFE: hue angle of 297.65º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74BFE is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 75 | 254 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.00 |
| HSL | 297.65º | 0.99% | 0.65% | - |
| HSV(B) | 297.65º | 0.7% | 1% | - |
| XYZ | 58.76 | 31.96 | 96.84 | - |
| YUV | 146.83 | 188.48 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 254 | 0.03 | 0.70 | 0 | 0.00 | 297.65 | 0.99 | 0.65 |
| Hex | F7 | 4B | FE | 3 | 46 | 0 | 0 | 12A | 63 | 41 |
| Octal | 367 | 113 | 376 | 3 | 106 | 0 | 0 | 452 | 143 | 101 |
| Binary | 11110111 | 1001011 | 11111110 | 11 | 1000110 | 0 | 0 | 100101010 | 1100011 | 1000001 |
Color Harmonies of #F74BFE
Complementary color
Monochromatic Colors of #F74BFE
Black with #F74BFE
Text Example
Text Example
White with #F74BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74BFE; }
p { color: rgb(247,75,254); }
H1.HeaderClassName
{
color: #F74BFE;
}
.AnyTagClassName
{
color: #F74BFE;
}
</style>
background-color css
<style>
a { background-color: #F74BFE; }
a { background-color: rgb(247,75,254); }
div.DivClassName
{
background-color: #F74BFE;
}
.BgClassName
{
background-color: #F74BFE;
}
</style>
border-color css
<style>
span { border-color: #F74BFE; }
span { border-color: rgb(247,75,254); }
td.TdClassName
{
border-color: #F74BFE;
}
.TagClassName
{
border-color: #F74BFE;
}
</style>