Shades of Pink Flamingo #FF3CFF
Tints of Pink Flamingo #FF3CFF
RGB
CMYK
RGB Variations
Color information
#FF3CFF (or 0xFF3CFF) is known color: Pink Flamingo. HEX triplet: FF, 3C and FF. RGB value is (255,60,255). Sum of RGB (Red+Green+Blue) = 255+60+255=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 60 (23.83% from 255 or 10.53% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF3CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3CFF is #00C300. Grayscale: #8B8B8B. Windows color (decimal): -49921 or 16727295. OLE color: 16727295.
HSL color Cylindrical-coordinate representation of color #FF3CFF: hue angle of 300º 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 #FF3CFF is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 255 | - |
| CMYK | 0 | 0.76 | 0 | 0 |
| HSL | 300º | 1% | 0.62% | - |
| HSV(B) | 300º | 0.76% | 1% | - |
| XYZ | 60.91 | 31.71 | 97.52 | - |
| YUV | 140.54 | 192.6 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 255 | 0 | 0.76 | 0 | 0 | 300 | 1 | 0.62 |
| Hex | FF | 3C | FF | 0 | 4C | 0 | 0 | 12C | 64 | 3E |
| Octal | 377 | 74 | 377 | 0 | 114 | 0 | 0 | 454 | 144 | 76 |
| Binary | 11111111 | 111100 | 11111111 | 0 | 1001100 | 0 | 0 | 100101100 | 1100100 | 111110 |
Color Harmonies of #FF3CFF
Complementary color
Monochromatic Colors of #FF3CFF
Black with #FF3CFF
Text Example
Text Example
White with #FF3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CFF; }
p { color: rgb(255,60,255); }
H1.HeaderClassName
{
color: #FF3CFF;
}
.AnyTagClassName
{
color: #FF3CFF;
}
</style>
background-color css
<style>
a { background-color: #FF3CFF; }
a { background-color: rgb(255,60,255); }
div.DivClassName
{
background-color: #FF3CFF;
}
.BgClassName
{
background-color: #FF3CFF;
}
</style>
border-color css
<style>
span { border-color: #FF3CFF; }
span { border-color: rgb(255,60,255); }
td.TdClassName
{
border-color: #FF3CFF;
}
.TagClassName
{
border-color: #FF3CFF;
}
</style>