Shades of Pale Magenta #F774DB
Tints of Pale Magenta #F774DB
RGB
CMYK
RGB Variations
Color information
#F774DB (or 0xF774DB) is known color: Pale Magenta. HEX triplet: F7, 74 and DB. RGB value is (247,116,219). Sum of RGB (Red+Green+Blue) = 247+116+219=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 116 (45.70% from 255 or 19.93% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F774DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F774DB is #088B24. Grayscale: #A6A6A6. Windows color (decimal): -559909 or 14382327. OLE color: 14382327.
HSL color Cylindrical-coordinate representation of color #F774DB: hue angle of 312.82º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F774DB is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 219 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.03 |
| HSL | 312.82º | 0.89% | 0.71% | - |
| HSV(B) | 312.82º | 0.53% | 0.97% | - |
| XYZ | 57.39 | 37.38 | 71.21 | - |
| YUV | 166.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 219 | 0 | 0.53 | 0.11 | 0.03 | 312.82 | 0.89 | 0.71 |
| Hex | F7 | 74 | DB | 0 | 35 | B | 3 | 139 | 59 | 47 |
| Octal | 367 | 164 | 333 | 0 | 65 | 13 | 3 | 471 | 131 | 107 |
| Binary | 11110111 | 1110100 | 11011011 | 0 | 110101 | 1011 | 11 | 100111001 | 1011001 | 1000111 |
Color Harmonies of #F774DB
Complementary color
Monochromatic Colors of #F774DB
Black with #F774DB
Text Example
Text Example
White with #F774DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F774DB; }
p { color: rgb(247,116,219); }
H1.HeaderClassName
{
color: #F774DB;
}
.AnyTagClassName
{
color: #F774DB;
}
</style>
background-color css
<style>
a { background-color: #F774DB; }
a { background-color: rgb(247,116,219); }
div.DivClassName
{
background-color: #F774DB;
}
.BgClassName
{
background-color: #F774DB;
}
</style>
border-color css
<style>
span { border-color: #F774DB; }
span { border-color: rgb(247,116,219); }
td.TdClassName
{
border-color: #F774DB;
}
.TagClassName
{
border-color: #F774DB;
}
</style>