Shades of Brilliant Rose #FF669B
Tints of Brilliant Rose #FF669B
RGB
CMYK
RGB Variations
Color information
#FF669B (or 0xFF669B) is known color: Brilliant Rose. HEX triplet: FF, 66 and 9B. RGB value is (255,102,155). Sum of RGB (Red+Green+Blue) = 255+102+155=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF669B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF669B is #009964. Grayscale: #999999. Windows color (decimal): -39269 or 10184447. OLE color: 10184447.
HSL color Cylindrical-coordinate representation of color #FF669B: hue angle of 339.22º 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 #FF669B is Cyan = 0, Magento = 0.6, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 155 | - |
| CMYK | 0 | 0.6 | 0.39 | 0 |
| HSL | 339.22º | 1% | 0.7% | - |
| HSV(B) | 339.22º | 0.6% | 1% | - |
| XYZ | 51.91 | 33.13 | 34.67 | - |
| YUV | 153.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 155 | 0 | 0.6 | 0.39 | 0 | 339.22 | 1 | 0.7 |
| Hex | FF | 66 | 9B | 0 | 3C | 27 | 0 | 153 | 64 | 46 |
| Octal | 377 | 146 | 233 | 0 | 74 | 47 | 0 | 523 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10011011 | 0 | 111100 | 100111 | 0 | 101010011 | 1100100 | 1000110 |
Color Harmonies of #FF669B
Complementary color
Monochromatic Colors of #FF669B
Black with #FF669B
Text Example
Text Example
White with #FF669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF669B; }
p { color: rgb(255,102,155); }
H1.HeaderClassName
{
color: #FF669B;
}
.AnyTagClassName
{
color: #FF669B;
}
</style>
background-color css
<style>
a { background-color: #FF669B; }
a { background-color: rgb(255,102,155); }
div.DivClassName
{
background-color: #FF669B;
}
.BgClassName
{
background-color: #FF669B;
}
</style>
border-color css
<style>
span { border-color: #FF669B; }
span { border-color: rgb(255,102,155); }
td.TdClassName
{
border-color: #FF669B;
}
.TagClassName
{
border-color: #FF669B;
}
</style>