Shades of Pale Magenta #F27BD3
Tints of Pale Magenta #F27BD3
RGB
CMYK
RGB Variations
Color information
#F27BD3 (or 0xF27BD3) is known color: Pale Magenta. HEX triplet: F2, 7B and D3. RGB value is (242,123,211). Sum of RGB (Red+Green+Blue) = 242+123+211=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BD3 is #0D842C. Grayscale: #A8A8A8. Windows color (decimal): -885805 or 13859826. OLE color: 13859826.
HSL color Cylindrical-coordinate representation of color #F27BD3: hue angle of 315.63º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27BD3 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 211 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.05 |
| HSL | 315.63º | 0.82% | 0.72% | - |
| HSV(B) | 315.63º | 0.49% | 0.95% | - |
| XYZ | 55.46 | 37.75 | 65.99 | - |
| YUV | 168.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 211 | 0 | 0.49 | 0.13 | 0.05 | 315.63 | 0.82 | 0.72 |
| Hex | F2 | 7B | D3 | 0 | 31 | D | 5 | 13C | 52 | 48 |
| Octal | 362 | 173 | 323 | 0 | 61 | 15 | 5 | 474 | 122 | 110 |
| Binary | 11110010 | 1111011 | 11010011 | 0 | 110001 | 1101 | 101 | 100111100 | 1010010 | 1001000 |
Color Harmonies of #F27BD3
Complementary color
Monochromatic Colors of #F27BD3
Black with #F27BD3
Text Example
Text Example
White with #F27BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27BD3; }
p { color: rgb(242,123,211); }
H1.HeaderClassName
{
color: #F27BD3;
}
.AnyTagClassName
{
color: #F27BD3;
}
</style>
background-color css
<style>
a { background-color: #F27BD3; }
a { background-color: rgb(242,123,211); }
div.DivClassName
{
background-color: #F27BD3;
}
.BgClassName
{
background-color: #F27BD3;
}
</style>
border-color css
<style>
span { border-color: #F27BD3; }
span { border-color: rgb(242,123,211); }
td.TdClassName
{
border-color: #F27BD3;
}
.TagClassName
{
border-color: #F27BD3;
}
</style>