Shades of Pink Flamingo #F84BF5
Tints of Pink Flamingo #F84BF5
RGB
CMYK
RGB Variations
Color information
#F84BF5 (or 0xF84BF5) is known color: Pink Flamingo. HEX triplet: F8, 4B and F5. RGB value is (248,75,245). Sum of RGB (Red+Green+Blue) = 248+75+245=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 75 (29.69% from 255 or 13.20% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F84BF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84BF5 is #07B40A. Grayscale: #919191. Windows color (decimal): -504843 or 16075768. OLE color: 16075768.
HSL color Cylindrical-coordinate representation of color #F84BF5: hue angle of 301.04º 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 #F84BF5 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 245 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.03 |
| HSL | 301.04º | 0.93% | 0.63% | - |
| HSV(B) | 301.04º | 0.7% | 0.97% | - |
| XYZ | 57.71 | 31.58 | 89.44 | - |
| YUV | 146.11 | 183.81 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 245 | 0 | 0.70 | 0.01 | 0.03 | 301.04 | 0.93 | 0.63 |
| Hex | F8 | 4B | F5 | 0 | 46 | 1 | 3 | 12D | 5D | 3F |
| Octal | 370 | 113 | 365 | 0 | 106 | 1 | 3 | 455 | 135 | 77 |
| Binary | 11111000 | 1001011 | 11110101 | 0 | 1000110 | 1 | 11 | 100101101 | 1011101 | 111111 |
Color Harmonies of #F84BF5
Complementary color
Monochromatic Colors of #F84BF5
Black with #F84BF5
Text Example
Text Example
White with #F84BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84BF5; }
p { color: rgb(248,75,245); }
H1.HeaderClassName
{
color: #F84BF5;
}
.AnyTagClassName
{
color: #F84BF5;
}
</style>
background-color css
<style>
a { background-color: #F84BF5; }
a { background-color: rgb(248,75,245); }
div.DivClassName
{
background-color: #F84BF5;
}
.BgClassName
{
background-color: #F84BF5;
}
</style>
border-color css
<style>
span { border-color: #F84BF5; }
span { border-color: rgb(248,75,245); }
td.TdClassName
{
border-color: #F84BF5;
}
.TagClassName
{
border-color: #F84BF5;
}
</style>