Shades of Pink Flamingo #F742FA
Tints of Pink Flamingo #F742FA
RGB
CMYK
RGB Variations
Color information
#F742FA (or 0xF742FA) is known color: Pink Flamingo. HEX triplet: F7, 42 and FA. RGB value is (247,66,250). Sum of RGB (Red+Green+Blue) = 247+66+250=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 66 (26.17% from 255 or 11.72% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #F742FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742FA is #08BD05. Grayscale: #8C8C8C. Windows color (decimal): -572678 or 16401143. OLE color: 16401143.
HSL color Cylindrical-coordinate representation of color #F742FA: hue angle of 299.02º 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 #F742FA is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 66 | 250 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.02 |
| HSL | 299.02º | 0.95% | 0.62% | - |
| HSV(B) | 299.02º | 0.74% | 0.98% | - |
| XYZ | 57.56 | 30.57 | 93.31 | - |
| YUV | 141.1 | 189.47 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 250 | 0.01 | 0.74 | 0 | 0.02 | 299.02 | 0.95 | 0.62 |
| Hex | F7 | 42 | FA | 1 | 4A | 0 | 2 | 12B | 5F | 3E |
| Octal | 367 | 102 | 372 | 1 | 112 | 0 | 2 | 453 | 137 | 76 |
| Binary | 11110111 | 1000010 | 11111010 | 1 | 1001010 | 0 | 10 | 100101011 | 1011111 | 111110 |
Color Harmonies of #F742FA
Complementary color
Monochromatic Colors of #F742FA
Black with #F742FA
Text Example
Text Example
White with #F742FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F742FA; }
p { color: rgb(247,66,250); }
H1.HeaderClassName
{
color: #F742FA;
}
.AnyTagClassName
{
color: #F742FA;
}
</style>
background-color css
<style>
a { background-color: #F742FA; }
a { background-color: rgb(247,66,250); }
div.DivClassName
{
background-color: #F742FA;
}
.BgClassName
{
background-color: #F742FA;
}
</style>
border-color css
<style>
span { border-color: #F742FA; }
span { border-color: rgb(247,66,250); }
td.TdClassName
{
border-color: #F742FA;
}
.TagClassName
{
border-color: #F742FA;
}
</style>