Shades of Pink Flamingo #F94AFB
Tints of Pink Flamingo #F94AFB
RGB
CMYK
RGB Variations
Color information
#F94AFB (or 0xF94AFB) is known color: Pink Flamingo. HEX triplet: F9, 4A and FB. RGB value is (249,74,251). Sum of RGB (Red+Green+Blue) = 249+74+251=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 74 (29.30% from 255 or 12.89% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #F94AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94AFB is #06B504. Grayscale: #919191. Windows color (decimal): -439557 or 16468729. OLE color: 16468729.
HSL color Cylindrical-coordinate representation of color #F94AFB: hue angle of 299.32º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F94AFB is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 251 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.02 |
| HSL | 299.32º | 0.96% | 0.64% | - |
| HSV(B) | 299.32º | 0.71% | 0.98% | - |
| XYZ | 58.93 | 32 | 94.34 | - |
| YUV | 146.5 | 186.98 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 251 | 0.01 | 0.71 | 0 | 0.02 | 299.32 | 0.96 | 0.64 |
| Hex | F9 | 4A | FB | 1 | 47 | 0 | 2 | 12B | 60 | 40 |
| Octal | 371 | 112 | 373 | 1 | 107 | 0 | 2 | 453 | 140 | 100 |
| Binary | 11111001 | 1001010 | 11111011 | 1 | 1000111 | 0 | 10 | 100101011 | 1100000 | 1000000 |
Color Harmonies of #F94AFB
Complementary color
Monochromatic Colors of #F94AFB
Black with #F94AFB
Text Example
Text Example
White with #F94AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AFB; }
p { color: rgb(249,74,251); }
H1.HeaderClassName
{
color: #F94AFB;
}
.AnyTagClassName
{
color: #F94AFB;
}
</style>
background-color css
<style>
a { background-color: #F94AFB; }
a { background-color: rgb(249,74,251); }
div.DivClassName
{
background-color: #F94AFB;
}
.BgClassName
{
background-color: #F94AFB;
}
</style>
border-color css
<style>
span { border-color: #F94AFB; }
span { border-color: rgb(249,74,251); }
td.TdClassName
{
border-color: #F94AFB;
}
.TagClassName
{
border-color: #F94AFB;
}
</style>