Shades of Pale Magenta #F175E2
Tints of Pale Magenta #F175E2
RGB
CMYK
RGB Variations
Color information
#F175E2 (or 0xF175E2) is known color: Pale Magenta. HEX triplet: F1, 75 and E2. RGB value is (241,117,226). Sum of RGB (Red+Green+Blue) = 241+117+226=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F175E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175E2 is #0E8A1D. Grayscale: #A6A6A6. Windows color (decimal): -952862 or 14841329. OLE color: 14841329.
HSL color Cylindrical-coordinate representation of color #F175E2: hue angle of 307.26º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F175E2 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 226 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.05 |
| HSL | 307.26º | 0.82% | 0.7% | - |
| HSV(B) | 307.26º | 0.51% | 0.95% | - |
| XYZ | 56.36 | 36.91 | 76.11 | - |
| YUV | 166.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 226 | 0 | 0.51 | 0.06 | 0.05 | 307.26 | 0.82 | 0.7 |
| Hex | F1 | 75 | E2 | 0 | 33 | 6 | 5 | 133 | 52 | 46 |
| Octal | 361 | 165 | 342 | 0 | 63 | 6 | 5 | 463 | 122 | 106 |
| Binary | 11110001 | 1110101 | 11100010 | 0 | 110011 | 110 | 101 | 100110011 | 1010010 | 1000110 |
Color Harmonies of #F175E2
Complementary color
Monochromatic Colors of #F175E2
Black with #F175E2
Text Example
Text Example
White with #F175E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F175E2; }
p { color: rgb(241,117,226); }
H1.HeaderClassName
{
color: #F175E2;
}
.AnyTagClassName
{
color: #F175E2;
}
</style>
background-color css
<style>
a { background-color: #F175E2; }
a { background-color: rgb(241,117,226); }
div.DivClassName
{
background-color: #F175E2;
}
.BgClassName
{
background-color: #F175E2;
}
</style>
border-color css
<style>
span { border-color: #F175E2; }
span { border-color: rgb(241,117,226); }
td.TdClassName
{
border-color: #F175E2;
}
.TagClassName
{
border-color: #F175E2;
}
</style>