Shades of Brilliant Rose #F2699D
Tints of Brilliant Rose #F2699D
RGB
CMYK
RGB Variations
Color information
#F2699D (or 0xF2699D) is known color: Brilliant Rose. HEX triplet: F2, 69 and 9D. RGB value is (242,105,157). Sum of RGB (Red+Green+Blue) = 242+105+157=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2699D is #0D9662. Grayscale: #979797. Windows color (decimal): -890467 or 10316274. OLE color: 10316274.
HSL color Cylindrical-coordinate representation of color #F2699D: hue angle of 337.23º 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 #F2699D is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 157 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.05 |
| HSL | 337.23º | 0.84% | 0.68% | - |
| HSV(B) | 337.23º | 0.57% | 0.95% | - |
| XYZ | 47.76 | 31.41 | 35.44 | - |
| YUV | 151.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 157 | 0 | 0.57 | 0.35 | 0.05 | 337.23 | 0.84 | 0.68 |
| Hex | F2 | 69 | 9D | 0 | 39 | 23 | 5 | 151 | 54 | 44 |
| Octal | 362 | 151 | 235 | 0 | 71 | 43 | 5 | 521 | 124 | 104 |
| Binary | 11110010 | 1101001 | 10011101 | 0 | 111001 | 100011 | 101 | 101010001 | 1010100 | 1000100 |
Color Harmonies of #F2699D
Complementary color
Monochromatic Colors of #F2699D
Black with #F2699D
Text Example
Text Example
White with #F2699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2699D; }
p { color: rgb(242,105,157); }
H1.HeaderClassName
{
color: #F2699D;
}
.AnyTagClassName
{
color: #F2699D;
}
</style>
background-color css
<style>
a { background-color: #F2699D; }
a { background-color: rgb(242,105,157); }
div.DivClassName
{
background-color: #F2699D;
}
.BgClassName
{
background-color: #F2699D;
}
</style>
border-color css
<style>
span { border-color: #F2699D; }
span { border-color: rgb(242,105,157); }
td.TdClassName
{
border-color: #F2699D;
}
.TagClassName
{
border-color: #F2699D;
}
</style>