Shades of Brilliant Rose #FF699D
Tints of Brilliant Rose #FF699D
RGB
CMYK
RGB Variations
Color information
#FF699D (or 0xFF699D) is known color: Brilliant Rose. HEX triplet: FF, 69 and 9D. RGB value is (255,105,157). Sum of RGB (Red+Green+Blue) = 255+105+157=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF699D is #009662. Grayscale: #9B9B9B. Windows color (decimal): -38499 or 10316287. OLE color: 10316287.
HSL color Cylindrical-coordinate representation of color #FF699D: hue angle of 339.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF699D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 157 | - |
| CMYK | 0 | 0.59 | 0.38 | 0 |
| HSL | 339.2º | 1% | 0.71% | - |
| HSV(B) | 339.2º | 0.59% | 1% | - |
| XYZ | 52.38 | 33.8 | 35.66 | - |
| YUV | 155.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 157 | 0 | 0.59 | 0.38 | 0 | 339.2 | 1 | 0.71 |
| Hex | FF | 69 | 9D | 0 | 3B | 26 | 0 | 153 | 64 | 47 |
| Octal | 377 | 151 | 235 | 0 | 73 | 46 | 0 | 523 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10011101 | 0 | 111011 | 100110 | 0 | 101010011 | 1100100 | 1000111 |
Color Harmonies of #FF699D
Complementary color
Monochromatic Colors of #FF699D
Black with #FF699D
Text Example
Text Example
White with #FF699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF699D; }
p { color: rgb(255,105,157); }
H1.HeaderClassName
{
color: #FF699D;
}
.AnyTagClassName
{
color: #FF699D;
}
</style>
background-color css
<style>
a { background-color: #FF699D; }
a { background-color: rgb(255,105,157); }
div.DivClassName
{
background-color: #FF699D;
}
.BgClassName
{
background-color: #FF699D;
}
</style>
border-color css
<style>
span { border-color: #FF699D; }
span { border-color: rgb(255,105,157); }
td.TdClassName
{
border-color: #FF699D;
}
.TagClassName
{
border-color: #FF699D;
}
</style>