Shades of Pink Flamingo #F34AFB
Tints of Pink Flamingo #F34AFB
RGB
CMYK
RGB Variations
Color information
#F34AFB (or 0xF34AFB) is known color: Pink Flamingo. HEX triplet: F3, 4A and FB. RGB value is (243,74,251). Sum of RGB (Red+Green+Blue) = 243+74+251=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 74 (29.30% from 255 or 13.03% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #F34AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34AFB is #0CB504. Grayscale: #909090. Windows color (decimal): -832773 or 16468723. OLE color: 16468723.
HSL color Cylindrical-coordinate representation of color #F34AFB: hue angle of 297.29º 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 #F34AFB is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 74 | 251 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.02 |
| HSL | 297.29º | 0.96% | 0.64% | - |
| HSV(B) | 297.29º | 0.71% | 0.98% | - |
| XYZ | 56.82 | 30.92 | 94.24 | - |
| YUV | 144.71 | 187.99 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 251 | 0.03 | 0.71 | 0 | 0.02 | 297.29 | 0.96 | 0.64 |
| Hex | F3 | 4A | FB | 3 | 47 | 0 | 2 | 129 | 60 | 40 |
| Octal | 363 | 112 | 373 | 3 | 107 | 0 | 2 | 451 | 140 | 100 |
| Binary | 11110011 | 1001010 | 11111011 | 11 | 1000111 | 0 | 10 | 100101001 | 1100000 | 1000000 |
Color Harmonies of #F34AFB
Complementary color
Monochromatic Colors of #F34AFB
Black with #F34AFB
Text Example
Text Example
White with #F34AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34AFB; }
p { color: rgb(243,74,251); }
H1.HeaderClassName
{
color: #F34AFB;
}
.AnyTagClassName
{
color: #F34AFB;
}
</style>
background-color css
<style>
a { background-color: #F34AFB; }
a { background-color: rgb(243,74,251); }
div.DivClassName
{
background-color: #F34AFB;
}
.BgClassName
{
background-color: #F34AFB;
}
</style>
border-color css
<style>
span { border-color: #F34AFB; }
span { border-color: rgb(243,74,251); }
td.TdClassName
{
border-color: #F34AFB;
}
.TagClassName
{
border-color: #F34AFB;
}
</style>