Shades of Pale Magenta #F67CDC
Tints of Pale Magenta #F67CDC
RGB
CMYK
RGB Variations
Color information
#F67CDC (or 0xF67CDC) is known color: Pale Magenta. HEX triplet: F6, 7C and DC. RGB value is (246,124,220). Sum of RGB (Red+Green+Blue) = 246+124+220=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 124 (48.83% from 255 or 21.02% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CDC is #098323. Grayscale: #ABABAB. Windows color (decimal): -623396 or 14449910. OLE color: 14449910.
HSL color Cylindrical-coordinate representation of color #F67CDC: hue angle of 312.79º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67CDC is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 220 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.04 |
| HSL | 312.79º | 0.87% | 0.73% | - |
| HSV(B) | 312.79º | 0.5% | 0.96% | - |
| XYZ | 58.13 | 39.18 | 72.21 | - |
| YUV | 171.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 220 | 0 | 0.50 | 0.11 | 0.04 | 312.79 | 0.87 | 0.73 |
| Hex | F6 | 7C | DC | 0 | 32 | B | 4 | 139 | 57 | 49 |
| Octal | 366 | 174 | 334 | 0 | 62 | 13 | 4 | 471 | 127 | 111 |
| Binary | 11110110 | 1111100 | 11011100 | 0 | 110010 | 1011 | 100 | 100111001 | 1010111 | 1001001 |
Color Harmonies of #F67CDC
Complementary color
Monochromatic Colors of #F67CDC
Black with #F67CDC
Text Example
Text Example
White with #F67CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CDC; }
p { color: rgb(246,124,220); }
H1.HeaderClassName
{
color: #F67CDC;
}
.AnyTagClassName
{
color: #F67CDC;
}
</style>
background-color css
<style>
a { background-color: #F67CDC; }
a { background-color: rgb(246,124,220); }
div.DivClassName
{
background-color: #F67CDC;
}
.BgClassName
{
background-color: #F67CDC;
}
</style>
border-color css
<style>
span { border-color: #F67CDC; }
span { border-color: rgb(246,124,220); }
td.TdClassName
{
border-color: #F67CDC;
}
.TagClassName
{
border-color: #F67CDC;
}
</style>