Shades of Pink Flamingo #F343FB
Tints of Pink Flamingo #F343FB
RGB
CMYK
RGB Variations
Color information
#F343FB (or 0xF343FB) is known color: Pink Flamingo. HEX triplet: F3, 43 and FB. RGB value is (243,67,251). Sum of RGB (Red+Green+Blue) = 243+67+251=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 67 (26.56% from 255 or 11.94% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #F343FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F343FB is #0CBC04. Grayscale: #8C8C8C. Windows color (decimal): -834565 or 16466931. OLE color: 16466931.
HSL color Cylindrical-coordinate representation of color #F343FB: hue angle of 297.39º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F343FB is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 67 | 251 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.02 |
| HSL | 297.39º | 0.96% | 0.62% | - |
| HSV(B) | 297.39º | 0.73% | 0.98% | - |
| XYZ | 56.38 | 30.03 | 94.09 | - |
| YUV | 140.6 | 190.31 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 251 | 0.03 | 0.73 | 0 | 0.02 | 297.39 | 0.96 | 0.62 |
| Hex | F3 | 43 | FB | 3 | 49 | 0 | 2 | 129 | 60 | 3E |
| Octal | 363 | 103 | 373 | 3 | 111 | 0 | 2 | 451 | 140 | 76 |
| Binary | 11110011 | 1000011 | 11111011 | 11 | 1001001 | 0 | 10 | 100101001 | 1100000 | 111110 |
Color Harmonies of #F343FB
Complementary color
Monochromatic Colors of #F343FB
Black with #F343FB
Text Example
Text Example
White with #F343FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F343FB; }
p { color: rgb(243,67,251); }
H1.HeaderClassName
{
color: #F343FB;
}
.AnyTagClassName
{
color: #F343FB;
}
</style>
background-color css
<style>
a { background-color: #F343FB; }
a { background-color: rgb(243,67,251); }
div.DivClassName
{
background-color: #F343FB;
}
.BgClassName
{
background-color: #F343FB;
}
</style>
border-color css
<style>
span { border-color: #F343FB; }
span { border-color: rgb(243,67,251); }
td.TdClassName
{
border-color: #F343FB;
}
.TagClassName
{
border-color: #F343FB;
}
</style>