Shades of Pale Magenta #FC67DF
Tints of Pale Magenta #FC67DF
RGB
CMYK
RGB Variations
Color information
#FC67DF (or 0xFC67DF) is known color: Pale Magenta. HEX triplet: FC, 67 and DF. RGB value is (252,103,223). Sum of RGB (Red+Green+Blue) = 252+103+223=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 103 (40.62% from 255 or 17.82% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC67DF is #039820. Grayscale: #A0A0A0. Windows color (decimal): -235553 or 14641148. OLE color: 14641148.
HSL color Cylindrical-coordinate representation of color #FC67DF: hue angle of 311.68º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC67DF is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 223 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.01 |
| HSL | 311.68º | 0.96% | 0.7% | - |
| HSV(B) | 311.68º | 0.59% | 0.99% | - |
| XYZ | 58.31 | 35.72 | 73.63 | - |
| YUV | 161.23 | 162.86 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 223 | 0 | 0.59 | 0.12 | 0.01 | 311.68 | 0.96 | 0.7 |
| Hex | FC | 67 | DF | 0 | 3B | C | 1 | 138 | 60 | 46 |
| Octal | 374 | 147 | 337 | 0 | 73 | 14 | 1 | 470 | 140 | 106 |
| Binary | 11111100 | 1100111 | 11011111 | 0 | 111011 | 1100 | 1 | 100111000 | 1100000 | 1000110 |
Color Harmonies of #FC67DF
Complementary color
Monochromatic Colors of #FC67DF
Black with #FC67DF
Text Example
Text Example
White with #FC67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67DF; }
p { color: rgb(252,103,223); }
H1.HeaderClassName
{
color: #FC67DF;
}
.AnyTagClassName
{
color: #FC67DF;
}
</style>
background-color css
<style>
a { background-color: #FC67DF; }
a { background-color: rgb(252,103,223); }
div.DivClassName
{
background-color: #FC67DF;
}
.BgClassName
{
background-color: #FC67DF;
}
</style>
border-color css
<style>
span { border-color: #FC67DF; }
span { border-color: rgb(252,103,223); }
td.TdClassName
{
border-color: #FC67DF;
}
.TagClassName
{
border-color: #FC67DF;
}
</style>