Shades of Pale Magenta #F17BE5
Tints of Pale Magenta #F17BE5
RGB
CMYK
RGB Variations
Color information
#F17BE5 (or 0xF17BE5) is known color: Pale Magenta. HEX triplet: F1, 7B and E5. RGB value is (241,123,229). Sum of RGB (Red+Green+Blue) = 241+123+229=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17BE5 is #0E841A. Grayscale: #AAAAAA. Windows color (decimal): -951323 or 15039473. OLE color: 15039473.
HSL color Cylindrical-coordinate representation of color #F17BE5: hue angle of 306.1º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17BE5 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 229 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.05 |
| HSL | 306.1º | 0.81% | 0.71% | - |
| HSV(B) | 306.1º | 0.49% | 0.95% | - |
| XYZ | 57.5 | 38.52 | 78.53 | - |
| YUV | 170.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 229 | 0 | 0.49 | 0.05 | 0.05 | 306.1 | 0.81 | 0.71 |
| Hex | F1 | 7B | E5 | 0 | 31 | 5 | 5 | 132 | 51 | 47 |
| Octal | 361 | 173 | 345 | 0 | 61 | 5 | 5 | 462 | 121 | 107 |
| Binary | 11110001 | 1111011 | 11100101 | 0 | 110001 | 101 | 101 | 100110010 | 1010001 | 1000111 |
Color Harmonies of #F17BE5
Complementary color
Monochromatic Colors of #F17BE5
Black with #F17BE5
Text Example
Text Example
White with #F17BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17BE5; }
p { color: rgb(241,123,229); }
H1.HeaderClassName
{
color: #F17BE5;
}
.AnyTagClassName
{
color: #F17BE5;
}
</style>
background-color css
<style>
a { background-color: #F17BE5; }
a { background-color: rgb(241,123,229); }
div.DivClassName
{
background-color: #F17BE5;
}
.BgClassName
{
background-color: #F17BE5;
}
</style>
border-color css
<style>
span { border-color: #F17BE5; }
span { border-color: rgb(241,123,229); }
td.TdClassName
{
border-color: #F17BE5;
}
.TagClassName
{
border-color: #F17BE5;
}
</style>