Shades of Pink Flamingo #F742FB
Tints of Pink Flamingo #F742FB
RGB
CMYK
RGB Variations
Color information
#F742FB (or 0xF742FB) is known color: Pink Flamingo. HEX triplet: F7, 42 and FB. RGB value is (247,66,251). Sum of RGB (Red+Green+Blue) = 247+66+251=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 66 (26.17% from 255 or 11.70% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #F742FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742FB is #08BD04. Grayscale: #8C8C8C. Windows color (decimal): -572677 or 16466679. OLE color: 16466679.
HSL color Cylindrical-coordinate representation of color #F742FB: hue angle of 298.7º degrees, saturation: 0.96, 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 #F742FB is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 66 | 251 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.02 |
| HSL | 298.7º | 0.96% | 0.62% | - |
| HSV(B) | 298.7º | 0.74% | 0.98% | - |
| XYZ | 57.72 | 30.64 | 94.14 | - |
| YUV | 141.21 | 189.97 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 251 | 0.02 | 0.74 | 0 | 0.02 | 298.7 | 0.96 | 0.62 |
| Hex | F7 | 42 | FB | 2 | 4A | 0 | 2 | 12B | 60 | 3E |
| Octal | 367 | 102 | 373 | 2 | 112 | 0 | 2 | 453 | 140 | 76 |
| Binary | 11110111 | 1000010 | 11111011 | 10 | 1001010 | 0 | 10 | 100101011 | 1100000 | 111110 |
Color Harmonies of #F742FB
Complementary color
Monochromatic Colors of #F742FB
Black with #F742FB
Text Example
Text Example
White with #F742FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F742FB; }
p { color: rgb(247,66,251); }
H1.HeaderClassName
{
color: #F742FB;
}
.AnyTagClassName
{
color: #F742FB;
}
</style>
background-color css
<style>
a { background-color: #F742FB; }
a { background-color: rgb(247,66,251); }
div.DivClassName
{
background-color: #F742FB;
}
.BgClassName
{
background-color: #F742FB;
}
</style>
border-color css
<style>
span { border-color: #F742FB; }
span { border-color: rgb(247,66,251); }
td.TdClassName
{
border-color: #F742FB;
}
.TagClassName
{
border-color: #F742FB;
}
</style>