Shades of Pink Flamingo #F458F3
Tints of Pink Flamingo #F458F3
RGB
CMYK
RGB Variations
Color information
#F458F3 (or 0xF458F3) is known color: Pink Flamingo. HEX triplet: F4, 58 and F3. RGB value is (244,88,243). Sum of RGB (Red+Green+Blue) = 244+88+243=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 88 (34.77% from 255 or 15.30% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F458F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F458F3 is #0BA70C. Grayscale: #979797. Windows color (decimal): -763661 or 15948020. OLE color: 15948020.
HSL color Cylindrical-coordinate representation of color #F458F3: hue angle of 300.38º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F458F3 is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 243 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.04 |
| HSL | 300.38º | 0.88% | 0.65% | - |
| HSV(B) | 300.38º | 0.64% | 0.96% | - |
| XYZ | 56.98 | 32.68 | 88.1 | - |
| YUV | 152.31 | 179.18 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 243 | 0 | 0.64 | 0.00 | 0.04 | 300.38 | 0.88 | 0.65 |
| Hex | F4 | 58 | F3 | 0 | 40 | 0 | 4 | 12C | 58 | 41 |
| Octal | 364 | 130 | 363 | 0 | 100 | 0 | 4 | 454 | 130 | 101 |
| Binary | 11110100 | 1011000 | 11110011 | 0 | 1000000 | 0 | 100 | 100101100 | 1011000 | 1000001 |
Color Harmonies of #F458F3
Complementary color
Monochromatic Colors of #F458F3
Black with #F458F3
Text Example
Text Example
White with #F458F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F458F3; }
p { color: rgb(244,88,243); }
H1.HeaderClassName
{
color: #F458F3;
}
.AnyTagClassName
{
color: #F458F3;
}
</style>
background-color css
<style>
a { background-color: #F458F3; }
a { background-color: rgb(244,88,243); }
div.DivClassName
{
background-color: #F458F3;
}
.BgClassName
{
background-color: #F458F3;
}
</style>
border-color css
<style>
span { border-color: #F458F3; }
span { border-color: rgb(244,88,243); }
td.TdClassName
{
border-color: #F458F3;
}
.TagClassName
{
border-color: #F458F3;
}
</style>