Shades of Pink Flamingo #F84AF4
Tints of Pink Flamingo #F84AF4
RGB
CMYK
RGB Variations
Color information
#F84AF4 (or 0xF84AF4) is known color: Pink Flamingo. HEX triplet: F8, 4A and F4. RGB value is (248,74,244). Sum of RGB (Red+Green+Blue) = 248+74+244=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 74 (29.30% from 255 or 13.07% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F84AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84AF4 is #07B50B. Grayscale: #909090. Windows color (decimal): -505100 or 16009976. OLE color: 16009976.
HSL color Cylindrical-coordinate representation of color #F84AF4: hue angle of 301.38º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84AF4 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 244 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.03 |
| HSL | 301.38º | 0.93% | 0.63% | - |
| HSV(B) | 301.38º | 0.7% | 0.97% | - |
| XYZ | 57.49 | 31.39 | 88.62 | - |
| YUV | 145.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 244 | 0 | 0.70 | 0.02 | 0.03 | 301.38 | 0.93 | 0.63 |
| Hex | F8 | 4A | F4 | 0 | 46 | 2 | 3 | 12D | 5D | 3F |
| Octal | 370 | 112 | 364 | 0 | 106 | 2 | 3 | 455 | 135 | 77 |
| Binary | 11111000 | 1001010 | 11110100 | 0 | 1000110 | 10 | 11 | 100101101 | 1011101 | 111111 |
Color Harmonies of #F84AF4
Complementary color
Monochromatic Colors of #F84AF4
Black with #F84AF4
Text Example
Text Example
White with #F84AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AF4; }
p { color: rgb(248,74,244); }
H1.HeaderClassName
{
color: #F84AF4;
}
.AnyTagClassName
{
color: #F84AF4;
}
</style>
background-color css
<style>
a { background-color: #F84AF4; }
a { background-color: rgb(248,74,244); }
div.DivClassName
{
background-color: #F84AF4;
}
.BgClassName
{
background-color: #F84AF4;
}
</style>
border-color css
<style>
span { border-color: #F84AF4; }
span { border-color: rgb(248,74,244); }
td.TdClassName
{
border-color: #F84AF4;
}
.TagClassName
{
border-color: #F84AF4;
}
</style>