Shades of Pale Magenta #FF7BED
Tints of Pale Magenta #FF7BED
RGB
CMYK
RGB Variations
Color information
#FF7BED (or 0xFF7BED) is known color: Pale Magenta. HEX triplet: FF, 7B and ED. RGB value is (255,123,237). Sum of RGB (Red+Green+Blue) = 255+123+237=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 123 (48.44% from 255 or 20% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BED is #008412. Grayscale: #AFAFAF. Windows color (decimal): -33811 or 15563775. OLE color: 15563775.
HSL color Cylindrical-coordinate representation of color #FF7BED: hue angle of 308.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7BED is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 237 | - |
| CMYK | 0 | 0.52 | 0.07 | 0 |
| HSL | 308.18º | 1% | 0.74% | - |
| HSV(B) | 308.18º | 0.52% | 1% | - |
| XYZ | 63.61 | 41.54 | 84.79 | - |
| YUV | 175.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 237 | 0 | 0.52 | 0.07 | 0 | 308.18 | 1 | 0.74 |
| Hex | FF | 7B | ED | 0 | 34 | 7 | 0 | 134 | 64 | 4A |
| Octal | 377 | 173 | 355 | 0 | 64 | 7 | 0 | 464 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11101101 | 0 | 110100 | 111 | 0 | 100110100 | 1100100 | 1001010 |
Color Harmonies of #FF7BED
Complementary color
Monochromatic Colors of #FF7BED
Black with #FF7BED
Text Example
Text Example
White with #FF7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BED; }
p { color: rgb(255,123,237); }
H1.HeaderClassName
{
color: #FF7BED;
}
.AnyTagClassName
{
color: #FF7BED;
}
</style>
background-color css
<style>
a { background-color: #FF7BED; }
a { background-color: rgb(255,123,237); }
div.DivClassName
{
background-color: #FF7BED;
}
.BgClassName
{
background-color: #FF7BED;
}
</style>
border-color css
<style>
span { border-color: #FF7BED; }
span { border-color: rgb(255,123,237); }
td.TdClassName
{
border-color: #FF7BED;
}
.TagClassName
{
border-color: #FF7BED;
}
</style>