Shades of Pink Flamingo #FF3CFC
Tints of Pink Flamingo #FF3CFC
RGB
CMYK
RGB Variations
Color information
#FF3CFC (or 0xFF3CFC) is known color: Pink Flamingo. HEX triplet: FF, 3C and FC. RGB value is (255,60,252). Sum of RGB (Red+Green+Blue) = 255+60+252=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 60 (23.83% from 255 or 10.58% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3CFC is #00C303. Grayscale: #8B8B8B. Windows color (decimal): -49924 or 16530687. OLE color: 16530687.
HSL color Cylindrical-coordinate representation of color #FF3CFC: hue angle of 300.92º 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 #FF3CFC is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 252 | - |
| CMYK | 0 | 0.76 | 0.01 | 0 |
| HSL | 300.92º | 1% | 0.62% | - |
| HSV(B) | 300.92º | 0.76% | 1% | - |
| XYZ | 60.43 | 31.52 | 94.99 | - |
| YUV | 140.19 | 191.1 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 252 | 0 | 0.76 | 0.01 | 0 | 300.92 | 1 | 0.62 |
| Hex | FF | 3C | FC | 0 | 4C | 1 | 0 | 12D | 64 | 3E |
| Octal | 377 | 74 | 374 | 0 | 114 | 1 | 0 | 455 | 144 | 76 |
| Binary | 11111111 | 111100 | 11111100 | 0 | 1001100 | 1 | 0 | 100101101 | 1100100 | 111110 |
Color Harmonies of #FF3CFC
Complementary color
Monochromatic Colors of #FF3CFC
Black with #FF3CFC
Text Example
Text Example
White with #FF3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CFC; }
p { color: rgb(255,60,252); }
H1.HeaderClassName
{
color: #FF3CFC;
}
.AnyTagClassName
{
color: #FF3CFC;
}
</style>
background-color css
<style>
a { background-color: #FF3CFC; }
a { background-color: rgb(255,60,252); }
div.DivClassName
{
background-color: #FF3CFC;
}
.BgClassName
{
background-color: #FF3CFC;
}
</style>
border-color css
<style>
span { border-color: #FF3CFC; }
span { border-color: rgb(255,60,252); }
td.TdClassName
{
border-color: #FF3CFC;
}
.TagClassName
{
border-color: #FF3CFC;
}
</style>