Shades of Brilliant Rose #FF699F
Tints of Brilliant Rose #FF699F
RGB
CMYK
RGB Variations
Color information
#FF699F (or 0xFF699F) is known color: Brilliant Rose. HEX triplet: FF, 69 and 9F. RGB value is (255,105,159). Sum of RGB (Red+Green+Blue) = 255+105+159=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF699F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF699F is #009660. Grayscale: #9B9B9B. Windows color (decimal): -38497 or 10447359. OLE color: 10447359.
HSL color Cylindrical-coordinate representation of color #FF699F: hue angle of 338.4º 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 #FF699F is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 159 | - |
| CMYK | 0 | 0.59 | 0.38 | 0 |
| HSL | 338.4º | 1% | 0.71% | - |
| HSV(B) | 338.4º | 0.59% | 1% | - |
| XYZ | 52.55 | 33.87 | 36.57 | - |
| YUV | 156.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 159 | 0 | 0.59 | 0.38 | 0 | 338.4 | 1 | 0.71 |
| Hex | FF | 69 | 9F | 0 | 3B | 26 | 0 | 152 | 64 | 47 |
| Octal | 377 | 151 | 237 | 0 | 73 | 46 | 0 | 522 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10011111 | 0 | 111011 | 100110 | 0 | 101010010 | 1100100 | 1000111 |
Color Harmonies of #FF699F
Complementary color
Monochromatic Colors of #FF699F
Black with #FF699F
Text Example
Text Example
White with #FF699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF699F; }
p { color: rgb(255,105,159); }
H1.HeaderClassName
{
color: #FF699F;
}
.AnyTagClassName
{
color: #FF699F;
}
</style>
background-color css
<style>
a { background-color: #FF699F; }
a { background-color: rgb(255,105,159); }
div.DivClassName
{
background-color: #FF699F;
}
.BgClassName
{
background-color: #FF699F;
}
</style>
border-color css
<style>
span { border-color: #FF699F; }
span { border-color: rgb(255,105,159); }
td.TdClassName
{
border-color: #FF699F;
}
.TagClassName
{
border-color: #FF699F;
}
</style>