Shades of Pink Flamingo #F341FC
Tints of Pink Flamingo #F341FC
RGB
CMYK
RGB Variations
Color information
#F341FC (or 0xF341FC) is known color: Pink Flamingo. HEX triplet: F3, 41 and FC. RGB value is (243,65,252). Sum of RGB (Red+Green+Blue) = 243+65+252=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 65 (25.78% from 255 or 11.61% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #F341FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F341FC is #0CBE03. Grayscale: #8A8A8A. Windows color (decimal): -835076 or 16531955. OLE color: 16531955.
HSL color Cylindrical-coordinate representation of color #F341FC: hue angle of 297.11º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F341FC is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 65 | 252 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.01 |
| HSL | 297.11º | 0.97% | 0.62% | - |
| HSV(B) | 297.11º | 0.74% | 0.99% | - |
| XYZ | 56.42 | 29.86 | 94.89 | - |
| YUV | 139.54 | 191.47 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 252 | 0.04 | 0.74 | 0 | 0.01 | 297.11 | 0.97 | 0.62 |
| Hex | F3 | 41 | FC | 4 | 4A | 0 | 1 | 129 | 61 | 3E |
| Octal | 363 | 101 | 374 | 4 | 112 | 0 | 1 | 451 | 141 | 76 |
| Binary | 11110011 | 1000001 | 11111100 | 100 | 1001010 | 0 | 1 | 100101001 | 1100001 | 111110 |
Color Harmonies of #F341FC
Complementary color
Monochromatic Colors of #F341FC
Black with #F341FC
Text Example
Text Example
White with #F341FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341FC; }
p { color: rgb(243,65,252); }
H1.HeaderClassName
{
color: #F341FC;
}
.AnyTagClassName
{
color: #F341FC;
}
</style>
background-color css
<style>
a { background-color: #F341FC; }
a { background-color: rgb(243,65,252); }
div.DivClassName
{
background-color: #F341FC;
}
.BgClassName
{
background-color: #F341FC;
}
</style>
border-color css
<style>
span { border-color: #F341FC; }
span { border-color: rgb(243,65,252); }
td.TdClassName
{
border-color: #F341FC;
}
.TagClassName
{
border-color: #F341FC;
}
</style>