Shades of Pale Magenta #FE7BF0
Tints of Pale Magenta #FE7BF0
RGB
CMYK
RGB Variations
Color information
#FE7BF0 (or 0xFE7BF0) is known color: Pale Magenta. HEX triplet: FE, 7B and F0. RGB value is (254,123,240). Sum of RGB (Red+Green+Blue) = 254+123+240=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 123 (48.44% from 255 or 19.94% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BF0 is #01840F. Grayscale: #AFAFAF. Windows color (decimal): -99344 or 15760382. OLE color: 15760382.
HSL color Cylindrical-coordinate representation of color #FE7BF0: hue angle of 306.41º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7BF0 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 240 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.00 |
| HSL | 306.41º | 0.98% | 0.74% | - |
| HSV(B) | 306.41º | 0.52% | 1% | - |
| XYZ | 63.68 | 41.53 | 87.1 | - |
| YUV | 175.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 240 | 0 | 0.52 | 0.06 | 0.00 | 306.41 | 0.98 | 0.74 |
| Hex | FE | 7B | F0 | 0 | 34 | 6 | 0 | 132 | 62 | 4A |
| Octal | 376 | 173 | 360 | 0 | 64 | 6 | 0 | 462 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11110000 | 0 | 110100 | 110 | 0 | 100110010 | 1100010 | 1001010 |
Color Harmonies of #FE7BF0
Complementary color
Monochromatic Colors of #FE7BF0
Black with #FE7BF0
Text Example
Text Example
White with #FE7BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BF0; }
p { color: rgb(254,123,240); }
H1.HeaderClassName
{
color: #FE7BF0;
}
.AnyTagClassName
{
color: #FE7BF0;
}
</style>
background-color css
<style>
a { background-color: #FE7BF0; }
a { background-color: rgb(254,123,240); }
div.DivClassName
{
background-color: #FE7BF0;
}
.BgClassName
{
background-color: #FE7BF0;
}
</style>
border-color css
<style>
span { border-color: #FE7BF0; }
span { border-color: rgb(254,123,240); }
td.TdClassName
{
border-color: #FE7BF0;
}
.TagClassName
{
border-color: #FE7BF0;
}
</style>