Shades of Brilliant Rose #FF699A
Tints of Brilliant Rose #FF699A
RGB
CMYK
RGB Variations
Color information
#FF699A (or 0xFF699A) is known color: Brilliant Rose. HEX triplet: FF, 69 and 9A. RGB value is (255,105,154). Sum of RGB (Red+Green+Blue) = 255+105+154=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF699A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF699A is #009665. Grayscale: #9B9B9B. Windows color (decimal): -38502 or 10119679. OLE color: 10119679.
HSL color Cylindrical-coordinate representation of color #FF699A: hue angle of 340.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 #FF699A is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 154 | - |
| CMYK | 0 | 0.59 | 0.40 | 0 |
| HSL | 340.4º | 1% | 0.71% | - |
| HSV(B) | 340.4º | 0.59% | 1% | - |
| XYZ | 52.12 | 33.7 | 34.33 | - |
| YUV | 155.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 154 | 0 | 0.59 | 0.40 | 0 | 340.4 | 1 | 0.71 |
| Hex | FF | 69 | 9A | 0 | 3B | 28 | 0 | 154 | 64 | 47 |
| Octal | 377 | 151 | 232 | 0 | 73 | 50 | 0 | 524 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10011010 | 0 | 111011 | 101000 | 0 | 101010100 | 1100100 | 1000111 |
Color Harmonies of #FF699A
Complementary color
Monochromatic Colors of #FF699A
Black with #FF699A
Text Example
Text Example
White with #FF699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF699A; }
p { color: rgb(255,105,154); }
H1.HeaderClassName
{
color: #FF699A;
}
.AnyTagClassName
{
color: #FF699A;
}
</style>
background-color css
<style>
a { background-color: #FF699A; }
a { background-color: rgb(255,105,154); }
div.DivClassName
{
background-color: #FF699A;
}
.BgClassName
{
background-color: #FF699A;
}
</style>
border-color css
<style>
span { border-color: #FF699A; }
span { border-color: rgb(255,105,154); }
td.TdClassName
{
border-color: #FF699A;
}
.TagClassName
{
border-color: #FF699A;
}
</style>