Shades of Pink Flamingo #FF3FF2
Tints of Pink Flamingo #FF3FF2
RGB
CMYK
RGB Variations
Color information
#FF3FF2 (or 0xFF3FF2) is known color: Pink Flamingo. HEX triplet: FF, 3F and F2. RGB value is (255,63,242). Sum of RGB (Red+Green+Blue) = 255+63+242=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 63 (25% from 255 or 11.25% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3FF2 is #00C00D. Grayscale: #8C8C8C. Windows color (decimal): -49166 or 15876095. OLE color: 15876095.
HSL color Cylindrical-coordinate representation of color #FF3FF2: hue angle of 304.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FF2 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 242 | - |
| CMYK | 0 | 0.75 | 0.05 | 0 |
| HSL | 304.06º | 1% | 0.62% | - |
| HSV(B) | 304.06º | 0.75% | 1% | - |
| XYZ | 59.04 | 31.23 | 86.92 | - |
| YUV | 140.81 | 185.11 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 242 | 0 | 0.75 | 0.05 | 0 | 304.06 | 1 | 0.62 |
| Hex | FF | 3F | F2 | 0 | 4B | 5 | 0 | 130 | 64 | 3E |
| Octal | 377 | 77 | 362 | 0 | 113 | 5 | 0 | 460 | 144 | 76 |
| Binary | 11111111 | 111111 | 11110010 | 0 | 1001011 | 101 | 0 | 100110000 | 1100100 | 111110 |
Color Harmonies of #FF3FF2
Complementary color
Monochromatic Colors of #FF3FF2
Black with #FF3FF2
Text Example
Text Example
White with #FF3FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FF2; }
p { color: rgb(255,63,242); }
H1.HeaderClassName
{
color: #FF3FF2;
}
.AnyTagClassName
{
color: #FF3FF2;
}
</style>
background-color css
<style>
a { background-color: #FF3FF2; }
a { background-color: rgb(255,63,242); }
div.DivClassName
{
background-color: #FF3FF2;
}
.BgClassName
{
background-color: #FF3FF2;
}
</style>
border-color css
<style>
span { border-color: #FF3FF2; }
span { border-color: rgb(255,63,242); }
td.TdClassName
{
border-color: #FF3FF2;
}
.TagClassName
{
border-color: #FF3FF2;
}
</style>