Shades of Pale Magenta #F675EA
Tints of Pale Magenta #F675EA
RGB
CMYK
RGB Variations
Color information
#F675EA (or 0xF675EA) is known color: Pale Magenta. HEX triplet: F6, 75 and EA. RGB value is (246,117,234). Sum of RGB (Red+Green+Blue) = 246+117+234=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 117 (46.09% from 255 or 19.60% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F675EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F675EA is #098A15. Grayscale: #A8A8A8. Windows color (decimal): -625174 or 15365622. OLE color: 15365622.
HSL color Cylindrical-coordinate representation of color #F675EA: hue angle of 305.58º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F675EA is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 234 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.04 |
| HSL | 305.58º | 0.88% | 0.71% | - |
| HSV(B) | 305.58º | 0.52% | 0.96% | - |
| XYZ | 59.22 | 38.26 | 82.1 | - |
| YUV | 168.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 234 | 0 | 0.52 | 0.05 | 0.04 | 305.58 | 0.88 | 0.71 |
| Hex | F6 | 75 | EA | 0 | 34 | 5 | 4 | 132 | 58 | 47 |
| Octal | 366 | 165 | 352 | 0 | 64 | 5 | 4 | 462 | 130 | 107 |
| Binary | 11110110 | 1110101 | 11101010 | 0 | 110100 | 101 | 100 | 100110010 | 1011000 | 1000111 |
Color Harmonies of #F675EA
Complementary color
Monochromatic Colors of #F675EA
Black with #F675EA
Text Example
Text Example
White with #F675EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F675EA; }
p { color: rgb(246,117,234); }
H1.HeaderClassName
{
color: #F675EA;
}
.AnyTagClassName
{
color: #F675EA;
}
</style>
background-color css
<style>
a { background-color: #F675EA; }
a { background-color: rgb(246,117,234); }
div.DivClassName
{
background-color: #F675EA;
}
.BgClassName
{
background-color: #F675EA;
}
</style>
border-color css
<style>
span { border-color: #F675EA; }
span { border-color: rgb(246,117,234); }
td.TdClassName
{
border-color: #F675EA;
}
.TagClassName
{
border-color: #F675EA;
}
</style>