Shades of Pale Magenta #F375E3
Tints of Pale Magenta #F375E3
RGB
CMYK
RGB Variations
Color information
#F375E3 (or 0xF375E3) is known color: Pale Magenta. HEX triplet: F3, 75 and E3. RGB value is (243,117,227). Sum of RGB (Red+Green+Blue) = 243+117+227=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F375E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375E3 is #0C8A1C. Grayscale: #A6A6A6. Windows color (decimal): -821789 or 14906867. OLE color: 14906867.
HSL color Cylindrical-coordinate representation of color #F375E3: hue angle of 307.62º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375E3 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 227 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.05 |
| HSL | 307.62º | 0.84% | 0.71% | - |
| HSV(B) | 307.62º | 0.52% | 0.95% | - |
| XYZ | 57.19 | 37.32 | 76.86 | - |
| YUV | 167.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 227 | 0 | 0.52 | 0.07 | 0.05 | 307.62 | 0.84 | 0.71 |
| Hex | F3 | 75 | E3 | 0 | 34 | 7 | 5 | 134 | 54 | 47 |
| Octal | 363 | 165 | 343 | 0 | 64 | 7 | 5 | 464 | 124 | 107 |
| Binary | 11110011 | 1110101 | 11100011 | 0 | 110100 | 111 | 101 | 100110100 | 1010100 | 1000111 |
Color Harmonies of #F375E3
Complementary color
Monochromatic Colors of #F375E3
Black with #F375E3
Text Example
Text Example
White with #F375E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375E3; }
p { color: rgb(243,117,227); }
H1.HeaderClassName
{
color: #F375E3;
}
.AnyTagClassName
{
color: #F375E3;
}
</style>
background-color css
<style>
a { background-color: #F375E3; }
a { background-color: rgb(243,117,227); }
div.DivClassName
{
background-color: #F375E3;
}
.BgClassName
{
background-color: #F375E3;
}
</style>
border-color css
<style>
span { border-color: #F375E3; }
span { border-color: rgb(243,117,227); }
td.TdClassName
{
border-color: #F375E3;
}
.TagClassName
{
border-color: #F375E3;
}
</style>