Shades of Brilliant Rose #FF669A
Tints of Brilliant Rose #FF669A
RGB
CMYK
RGB Variations
Color information
#FF669A (or 0xFF669A) is known color: Brilliant Rose. HEX triplet: FF, 66 and 9A. RGB value is (255,102,154). Sum of RGB (Red+Green+Blue) = 255+102+154=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF669A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF669A is #009965. Grayscale: #999999. Windows color (decimal): -39270 or 10118911. OLE color: 10118911.
HSL color Cylindrical-coordinate representation of color #FF669A: hue angle of 339.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF669A is Cyan = 0, Magento = 0.6, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 154 | - |
| CMYK | 0 | 0.6 | 0.40 | 0 |
| HSL | 339.61º | 1% | 0.7% | - |
| HSV(B) | 339.61º | 0.6% | 1% | - |
| XYZ | 51.82 | 33.1 | 34.23 | - |
| YUV | 153.68 | 128.19 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 154 | 0 | 0.6 | 0.40 | 0 | 339.61 | 1 | 0.7 |
| Hex | FF | 66 | 9A | 0 | 3C | 28 | 0 | 154 | 64 | 46 |
| Octal | 377 | 146 | 232 | 0 | 74 | 50 | 0 | 524 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10011010 | 0 | 111100 | 101000 | 0 | 101010100 | 1100100 | 1000110 |
Color Harmonies of #FF669A
Complementary color
Monochromatic Colors of #FF669A
Black with #FF669A
Text Example
Text Example
White with #FF669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF669A; }
p { color: rgb(255,102,154); }
H1.HeaderClassName
{
color: #FF669A;
}
.AnyTagClassName
{
color: #FF669A;
}
</style>
background-color css
<style>
a { background-color: #FF669A; }
a { background-color: rgb(255,102,154); }
div.DivClassName
{
background-color: #FF669A;
}
.BgClassName
{
background-color: #FF669A;
}
</style>
border-color css
<style>
span { border-color: #FF669A; }
span { border-color: rgb(255,102,154); }
td.TdClassName
{
border-color: #FF669A;
}
.TagClassName
{
border-color: #FF669A;
}
</style>