Shades of Pink Flamingo #F342FB
Tints of Pink Flamingo #F342FB
RGB
CMYK
RGB Variations
Color information
#F342FB (or 0xF342FB) is known color: Pink Flamingo. HEX triplet: F3, 42 and FB. RGB value is (243,66,251). Sum of RGB (Red+Green+Blue) = 243+66+251=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 66 (26.17% from 255 or 11.79% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #F342FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F342FB is #0CBD04. Grayscale: #8B8B8B. Windows color (decimal): -834821 or 16466675. OLE color: 16466675.
HSL color Cylindrical-coordinate representation of color #F342FB: hue angle of 297.41º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F342FB is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 66 | 251 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.02 |
| HSL | 297.41º | 0.96% | 0.62% | - |
| HSV(B) | 297.41º | 0.74% | 0.98% | - |
| XYZ | 56.32 | 29.92 | 94.07 | - |
| YUV | 140.01 | 190.64 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 251 | 0.03 | 0.74 | 0 | 0.02 | 297.41 | 0.96 | 0.62 |
| Hex | F3 | 42 | FB | 3 | 4A | 0 | 2 | 129 | 60 | 3E |
| Octal | 363 | 102 | 373 | 3 | 112 | 0 | 2 | 451 | 140 | 76 |
| Binary | 11110011 | 1000010 | 11111011 | 11 | 1001010 | 0 | 10 | 100101001 | 1100000 | 111110 |
Color Harmonies of #F342FB
Complementary color
Monochromatic Colors of #F342FB
Black with #F342FB
Text Example
Text Example
White with #F342FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F342FB; }
p { color: rgb(243,66,251); }
H1.HeaderClassName
{
color: #F342FB;
}
.AnyTagClassName
{
color: #F342FB;
}
</style>
background-color css
<style>
a { background-color: #F342FB; }
a { background-color: rgb(243,66,251); }
div.DivClassName
{
background-color: #F342FB;
}
.BgClassName
{
background-color: #F342FB;
}
</style>
border-color css
<style>
span { border-color: #F342FB; }
span { border-color: rgb(243,66,251); }
td.TdClassName
{
border-color: #F342FB;
}
.TagClassName
{
border-color: #F342FB;
}
</style>