Shades of Brilliant Rose #FF669D
Tints of Brilliant Rose #FF669D
RGB
CMYK
RGB Variations
Color information
#FF669D (or 0xFF669D) is known color: Brilliant Rose. HEX triplet: FF, 66 and 9D. RGB value is (255,102,157). Sum of RGB (Red+Green+Blue) = 255+102+157=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF669D is #009962. Grayscale: #999999. Windows color (decimal): -39267 or 10315519. OLE color: 10315519.
HSL color Cylindrical-coordinate representation of color #FF669D: hue angle of 338.43º 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 #FF669D is Cyan = 0, Magento = 0.6, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 157 | - |
| CMYK | 0 | 0.6 | 0.38 | 0 |
| HSL | 338.43º | 1% | 0.7% | - |
| HSV(B) | 338.43º | 0.6% | 1% | - |
| XYZ | 52.08 | 33.2 | 35.56 | - |
| YUV | 154.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 157 | 0 | 0.6 | 0.38 | 0 | 338.43 | 1 | 0.7 |
| Hex | FF | 66 | 9D | 0 | 3C | 26 | 0 | 152 | 64 | 46 |
| Octal | 377 | 146 | 235 | 0 | 74 | 46 | 0 | 522 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10011101 | 0 | 111100 | 100110 | 0 | 101010010 | 1100100 | 1000110 |
Color Harmonies of #FF669D
Complementary color
Monochromatic Colors of #FF669D
Black with #FF669D
Text Example
Text Example
White with #FF669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF669D; }
p { color: rgb(255,102,157); }
H1.HeaderClassName
{
color: #FF669D;
}
.AnyTagClassName
{
color: #FF669D;
}
</style>
background-color css
<style>
a { background-color: #FF669D; }
a { background-color: rgb(255,102,157); }
div.DivClassName
{
background-color: #FF669D;
}
.BgClassName
{
background-color: #FF669D;
}
</style>
border-color css
<style>
span { border-color: #FF669D; }
span { border-color: rgb(255,102,157); }
td.TdClassName
{
border-color: #FF669D;
}
.TagClassName
{
border-color: #FF669D;
}
</style>