Shades of Pink Flamingo #FF3EFC
Tints of Pink Flamingo #FF3EFC
RGB
CMYK
RGB Variations
Color information
#FF3EFC (or 0xFF3EFC) is known color: Pink Flamingo. HEX triplet: FF, 3E and FC. RGB value is (255,62,252). Sum of RGB (Red+Green+Blue) = 255+62+252=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 62 (24.61% from 255 or 10.90% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3EFC is #00C103. Grayscale: #8C8C8C. Windows color (decimal): -49412 or 16531199. OLE color: 16531199.
HSL color Cylindrical-coordinate representation of color #FF3EFC: hue angle of 300.93º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3EFC is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 252 | - |
| CMYK | 0 | 0.76 | 0.01 | 0 |
| HSL | 300.93º | 1% | 0.62% | - |
| HSV(B) | 300.93º | 0.76% | 1% | - |
| XYZ | 60.53 | 31.73 | 95.03 | - |
| YUV | 141.37 | 190.44 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 252 | 0 | 0.76 | 0.01 | 0 | 300.93 | 1 | 0.62 |
| Hex | FF | 3E | FC | 0 | 4C | 1 | 0 | 12D | 64 | 3E |
| Octal | 377 | 76 | 374 | 0 | 114 | 1 | 0 | 455 | 144 | 76 |
| Binary | 11111111 | 111110 | 11111100 | 0 | 1001100 | 1 | 0 | 100101101 | 1100100 | 111110 |
Color Harmonies of #FF3EFC
Complementary color
Monochromatic Colors of #FF3EFC
Black with #FF3EFC
Text Example
Text Example
White with #FF3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EFC; }
p { color: rgb(255,62,252); }
H1.HeaderClassName
{
color: #FF3EFC;
}
.AnyTagClassName
{
color: #FF3EFC;
}
</style>
background-color css
<style>
a { background-color: #FF3EFC; }
a { background-color: rgb(255,62,252); }
div.DivClassName
{
background-color: #FF3EFC;
}
.BgClassName
{
background-color: #FF3EFC;
}
</style>
border-color css
<style>
span { border-color: #FF3EFC; }
span { border-color: rgb(255,62,252); }
td.TdClassName
{
border-color: #FF3EFC;
}
.TagClassName
{
border-color: #FF3EFC;
}
</style>