Shades of Pink Flamingo #F34AF8
Tints of Pink Flamingo #F34AF8
RGB
CMYK
RGB Variations
Color information
#F34AF8 (or 0xF34AF8) is known color: Pink Flamingo. HEX triplet: F3, 4A and F8. RGB value is (243,74,248). Sum of RGB (Red+Green+Blue) = 243+74+248=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 74 (29.30% from 255 or 13.10% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #F34AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34AF8 is #0CB507. Grayscale: #8F8F8F. Windows color (decimal): -832776 or 16272115. OLE color: 16272115.
HSL color Cylindrical-coordinate representation of color #F34AF8: hue angle of 298.28º 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 #F34AF8 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 74 | 248 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.03 |
| HSL | 298.28º | 0.93% | 0.63% | - |
| HSV(B) | 298.28º | 0.7% | 0.97% | - |
| XYZ | 56.35 | 30.73 | 91.77 | - |
| YUV | 144.37 | 186.49 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 248 | 0.02 | 0.70 | 0 | 0.03 | 298.28 | 0.93 | 0.63 |
| Hex | F3 | 4A | F8 | 2 | 46 | 0 | 3 | 12A | 5D | 3F |
| Octal | 363 | 112 | 370 | 2 | 106 | 0 | 3 | 452 | 135 | 77 |
| Binary | 11110011 | 1001010 | 11111000 | 10 | 1000110 | 0 | 11 | 100101010 | 1011101 | 111111 |
Color Harmonies of #F34AF8
Complementary color
Monochromatic Colors of #F34AF8
Black with #F34AF8
Text Example
Text Example
White with #F34AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34AF8; }
p { color: rgb(243,74,248); }
H1.HeaderClassName
{
color: #F34AF8;
}
.AnyTagClassName
{
color: #F34AF8;
}
</style>
background-color css
<style>
a { background-color: #F34AF8; }
a { background-color: rgb(243,74,248); }
div.DivClassName
{
background-color: #F34AF8;
}
.BgClassName
{
background-color: #F34AF8;
}
</style>
border-color css
<style>
span { border-color: #F34AF8; }
span { border-color: rgb(243,74,248); }
td.TdClassName
{
border-color: #F34AF8;
}
.TagClassName
{
border-color: #F34AF8;
}
</style>