Shades of Pink Flamingo #FF3CF7
Tints of Pink Flamingo #FF3CF7
RGB
CMYK
RGB Variations
Color information
#FF3CF7 (or 0xFF3CF7) is known color: Pink Flamingo. HEX triplet: FF, 3C and F7. RGB value is (255,60,247). Sum of RGB (Red+Green+Blue) = 255+60+247=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 60 (23.83% from 255 or 10.68% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3CF7 is #00C308. Grayscale: #8B8B8B. Windows color (decimal): -49929 or 16203007. OLE color: 16203007.
HSL color Cylindrical-coordinate representation of color #FF3CF7: hue angle of 302.46º 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 #FF3CF7 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 247 | - |
| CMYK | 0 | 0.76 | 0.03 | 0 |
| HSL | 302.46º | 1% | 0.62% | - |
| HSV(B) | 302.46º | 0.76% | 1% | - |
| XYZ | 59.64 | 31.21 | 90.88 | - |
| YUV | 139.62 | 188.6 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 247 | 0 | 0.76 | 0.03 | 0 | 302.46 | 1 | 0.62 |
| Hex | FF | 3C | F7 | 0 | 4C | 3 | 0 | 12E | 64 | 3E |
| Octal | 377 | 74 | 367 | 0 | 114 | 3 | 0 | 456 | 144 | 76 |
| Binary | 11111111 | 111100 | 11110111 | 0 | 1001100 | 11 | 0 | 100101110 | 1100100 | 111110 |
Color Harmonies of #FF3CF7
Complementary color
Monochromatic Colors of #FF3CF7
Black with #FF3CF7
Text Example
Text Example
White with #FF3CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CF7; }
p { color: rgb(255,60,247); }
H1.HeaderClassName
{
color: #FF3CF7;
}
.AnyTagClassName
{
color: #FF3CF7;
}
</style>
background-color css
<style>
a { background-color: #FF3CF7; }
a { background-color: rgb(255,60,247); }
div.DivClassName
{
background-color: #FF3CF7;
}
.BgClassName
{
background-color: #FF3CF7;
}
</style>
border-color css
<style>
span { border-color: #FF3CF7; }
span { border-color: rgb(255,60,247); }
td.TdClassName
{
border-color: #FF3CF7;
}
.TagClassName
{
border-color: #FF3CF7;
}
</style>