Shades of Pale Violet Red #F2699B
Tints of Pale Violet Red #F2699B
RGB
CMYK
RGB Variations
Color information
#F2699B (or 0xF2699B) is known color: Pale Violet Red. HEX triplet: F2, 69 and 9B. RGB value is (242,105,155). Sum of RGB (Red+Green+Blue) = 242+105+155=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2699B is #0D9664. Grayscale: #979797. Windows color (decimal): -890469 or 10185202. OLE color: 10185202.
HSL color Cylindrical-coordinate representation of color #F2699B: hue angle of 338.1º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2699B is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 155 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.05 |
| HSL | 338.1º | 0.84% | 0.68% | - |
| HSV(B) | 338.1º | 0.57% | 0.95% | - |
| XYZ | 47.59 | 31.35 | 34.55 | - |
| YUV | 151.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 155 | 0 | 0.57 | 0.36 | 0.05 | 338.1 | 0.84 | 0.68 |
| Hex | F2 | 69 | 9B | 0 | 39 | 24 | 5 | 152 | 54 | 44 |
| Octal | 362 | 151 | 233 | 0 | 71 | 44 | 5 | 522 | 124 | 104 |
| Binary | 11110010 | 1101001 | 10011011 | 0 | 111001 | 100100 | 101 | 101010010 | 1010100 | 1000100 |
Color Harmonies of #F2699B
Complementary color
Monochromatic Colors of #F2699B
Black with #F2699B
Text Example
Text Example
White with #F2699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2699B; }
p { color: rgb(242,105,155); }
H1.HeaderClassName
{
color: #F2699B;
}
.AnyTagClassName
{
color: #F2699B;
}
</style>
background-color css
<style>
a { background-color: #F2699B; }
a { background-color: rgb(242,105,155); }
div.DivClassName
{
background-color: #F2699B;
}
.BgClassName
{
background-color: #F2699B;
}
</style>
border-color css
<style>
span { border-color: #F2699B; }
span { border-color: rgb(242,105,155); }
td.TdClassName
{
border-color: #F2699B;
}
.TagClassName
{
border-color: #F2699B;
}
</style>